Hi, can I use the bulk line items to add multiple line items at the same time using their UUID's?
So, the answer is yes, but it is a bit complicated. To reference an inventory item you can add the "id" property to the item where the id property is the uuid of an existing Clover inventory item.
{ "items": [ { "item": { "id": "1WVWNQ58ERXXW" } }, { "item": { "id": "P50VCQZW8SNVP" } } ] }
However, you must fill in the rest of the properties (taxRates, prices, etc.). This appears to be an issue in our API and I have created a ticket to have it fixed.
2 People are following this question.
Can't add tax rate to custom line item
Attach labels to order for automatic printing
Question about onLineItemsAdded() in OrderV31Connector
ACTION_CLOVER_PAY intent closes when started immediately after a line item is added via REST API
Is there a scenario when an order would be in an item report but not returned by the api