Creates a list. When you create a list, a list ID is generated automatically that can be mapped later to add items to the list, and to update and delete the list. After creating a list, you can add items to the list by using POST/{listId}/items endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List details
"Wishlist"
null
"5349b4ddd2781d08c09890f4"
"Wish list"
"Add items to your wishlist to purchase later"
{ "attr1": "value1", "attr2": "value2" }Number of items added to the list.
x >= 00
List Created
List details
"Wishlist"
null
"5349b4ddd2781d08c09890f4"
"Wish list"
"Add items to your wishlist to purchase later"
{ "attr1": "value1", "attr2": "value2" }Number of items added to the list.
x >= 00