POST
/
list
/
{listId}
/
items

Authorizations

Authorization
string
header
required

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

Path Parameters

listId
string
required

ID of the list to which items are to be added

Body

application/json · object[]
itemId
string

Id of the item to be added to the list

quantity
integer

Number of items added to the list

sku
string

SKU

Response

200 - application/json
listId
string
required

ID of the list to which the item is added

itemId
string

Id of the item to be added to the list

quantity
integer

Number of items added to the list

Required range: x > 0
sku
string

SKU