Hi
Is it still not possible to add modifiers while creating the line items using the bulkLineItems endpoint?
https://docs.clover.com/reference/orders-1#orderbulkcreatelineitems-2
I know this question was asked before in 2017 and was closed by Clover with a response saying that it will be logged as a feature request.
https://community.clover.com/questions/559/adding-line-items-with-modifiers-using-api.html
Was wondering if this support was implemented and if so, how to get it working? The following request still does not create modifiers:
curl --request POST \ --url 'https://sandbox.dev.clover.com/v3/merchants/BUSINESSID/orders/K4435MYFBXCME/bulk_line_items?access_token=accesstoken' \ --header 'content-type: application/json' \ --data '{"items":[{"id":null,"item":{"id":"SZFDKVSGWG0CC"},"name":"Vanila Cream Pufffs","price":1000,"taxRates":{"elements":[{"rate":500000,"name":"Business Tax","id":"6QHM2895C0350"}]},"modifications":[{"amount":50,"modifier":{"id":"0PM87MR2K27SY","name":null,"price":0},"quantitySold":0}],"note":null}]}'
Would be very beneficial if this was in place, since all these calls count towards Clover's API Rate Limits and can impact/slow down subsequent clover api flows.
Thank You