Orders
Add items to single order
Add items to order specified by order ID
POST
/
v1
/
orders
/
{id}
/
add-items
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredOrder ID
Body
application/json
Add items to order
lineItems
object[]
Line items to add to order
Response
200 - application/json
Order details after adding items to order
responseStatus
string
Brief response status
message
string
Full response message
data
object
Order details
Was this page helpful?