Parameters for adding items
Parameters for adding items to a shop category
List of item IDs to add. Max 100 items per request
ShopCategory's unique identifier
A promise that resolves to the add item list response containing:
Add a new shop category
Use this call to add a new shop collection
Parameters for adding a shop category
Parameters for adding a new shop category
ShopCategory's name
Optionalsort_weight?: numberShopCategory's sort weight. Max: 2147483546
A promise that resolves to the add shop category response containing:
Delete items from a shop category
Use this api to delete items from shop category
Parameters for deleting items
Parameters for deleting items from a shop category
List of item IDs to delete. Max 100 items per request
ShopCategory's unique identifier
A promise that resolves to the delete item list response containing:
Delete an existing shop category
Use this call to delete an existing shop collection
Parameters for deleting a shop category
Parameters for deleting a shop category
ShopCategory's unique identifier
A promise that resolves to the delete shop category response containing:
Get items in a shop category
Use this call to get items list of certain shop_category
Parameters for getting items
Parameters for getting items in a shop category
Optionalpage_no?: numberPage number. Default: 0. page_size*page_no should be [0, 2147483446]
Optionalpage_size?: numberResults per page. Default: 1000. Range: [0, 1000]
ShopCategory's unique identifier
A promise that resolves to the get item list response containing:
Get list of shop categories
Use this call to get list of shop categories
Parameters for getting shop category list
Parameters for getting shop category list
Specifies the starting entry of data to return. Range: [1, 2147483647]
Specifies the total returned data per entry. Range: [1, 100]
A promise that resolves to the shop category list response containing:
Update an existing shop category
Use this call to update an existing collection
Parameters for updating a shop category
Parameters for updating a shop category
Optionalname?: stringShopCategory's name
ShopCategory's unique identifier
Optionalsort_weight?: numberShopCategory's sort weight
Optionalstatus?: stringShopCategory's status. Applicable values: NORMAL, INACTIVE, DELETED
A promise that resolves to the update shop category response containing:
Add items to a shop category
Use this call to add items list to certain shop_category