POST
/
v1
/
orders
/
{id}
/
add-items

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Order 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