List
Add items to a specific list
Add array of items to a specific list by list ID.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the list to which items are to be added
Example:
"62fa3796841ea417fa71d2a9"
Body
application/json · object[]
SKU
Example:
"sku1"
Id of the item to be added to the list
Example:
"123"
Number of items added to the list
Example:
1
Response
200
application/json
ListDetails Created
ID of the list to which the item is added
Example:
"5349b4ddd2781d08c09890f4"
SKU
Example:
"sku1"
Id of the item to be added to the list
Example:
"123"
Number of items added to the list
Required range:
x >= 0
Example:
1
Was this page helpful?