List
Get items of a specific list
Retrieves items from a specific list by list ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the list from which items are to be retrieved.
Response
200
application/json
returns items
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?