Add Items to Order

Add items to an existing order using its ID or short ID. Only works for orders belonging to the token's organization. This API conditionally accepts both tokens a) If the order status is 'List' or 'In Cart', either public or private token can be used to update the order details b) If the order status is 'New', 'In Progress' or 'Complete', only a private token can be used to update the order details

Path Params
string
required

ID or short ID of the order to add items to

Query Params
string

Public access token used to authorize the request. Requests may only come from the token's allowed domains. This parameter is mandatory when making requests from a browser. Outside of the browser instead supply a bearer header using a private access token.

Body Params

Array of items to be added.

items
array of objects

Items related to this order. This should be an array of objects. Each object should contain a configuration id and a count. See example schema for the format.

items
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json