Skip to main content
POST
Add items to single order

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Order ID General object ID

Example:

"606f01f441b8fc0008529916"

Body

application/json

Add items to order

lineItems
object[]

Line items to add to order

Response

Request processed successfully

Order details after adding items to order

responseStatus
string

Brief response status

Example:

"OK"

message
string

Full response message

Example:

"Request processed successfully"

data
object

Order details