POST
/
v1
/
orders
/
{id}
/
remove-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

Remove items from order

lineItemIds
integer[]

Line items to remove from order

Response

200 - application/json

Order details after removing items from order

responseStatus
string

Brief response status

message
string

Full response message

data
object

Order details