Add orders

The method is used for transferring orders.
Sending an order again with the same externalOrderId updates the existing record instead of creating a second one.
The method only writes orders. To get the orders already stored in the account, set up the export to BigQuery and read the orders and orderItems tables.
To learn more, read Order Transfer Using the Generate event API Method.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Note

The item.category field is required for every item in the order. If it's missing, the API returns a 400 error with the message item.category must be specified.

📘

Note

The externalItemId value is limited to 50 characters. A longer value isn't saved, and the order fails.

Body Params

Order list (max 1000 orders per request).

orders
array of objects
orders
Responses

400

Bad request

429

Too many requests

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=UTF-8