Is there an update order API call which allows us to add bulk line items along with all the modifiers using a single API call?
What we are looking for is something similar to the 'Create Atomic Order' API, but for an already created order.
Is there an update order API call which allows us to add bulk line items along with all the modifiers using a single API call?
What we are looking for is something similar to the 'Create Atomic Order' API, but for an already created order.
Hey, the Update Order endpoint will give you access to update an existing order. The orderId is a header in a call.
v3/merchants/{mId}/orders/{orderId}
To see more that can be added to the payload, please visit the API Reference: https://docs.clover.com/reference/orderupdateorder
3 People are following this question.