List
Add items to a specific list
Add array of items to a specific list by list ID.
POST
/
list
/
{listId}
/
items
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
listId
string
requiredID of the list to which items are to be added
Body
application/json · object[]
sku
string
SKU
itemId
string
Id of the item to be added to the list
quantity
integer
Number of items added to the list
Response
200 - application/json
listId
string
requiredID of the list to which the item is added
sku
string
SKU
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
Was this page helpful?