Parameters for adding item
Promise resolving to add item response with item_id
Add models/variations to an item
Use this API to add product models/variations.
Parameters for adding models
Promise resolving to add model response with model IDs
Boost items
Use this API to boost items for better visibility.
Parameters for boosting items
Promise resolving to boost item response
Get category recommendation
Use this API to get category recommendations based on item name.
Parameters for category recommendation
Promise resolving to category recommendation response
Delete a product item
Use this API to delete a product item.
Parameters for deleting item
Parameters for deleting a product item
The ID of the product item to delete
A promise that resolves to the delete response
Delete models/variations
Use this API to delete product models/variations.
Parameters for deleting models
Promise resolving to delete model response
Optionalparams: GetAllVehicleListParamsGet attribute tree
Use this API to get the attribute tree for a category.
Parameters for getting attribute tree
Promise resolving to attribute tree response
Get boosted item list
Use this API to get the list of boosted items.
Promise resolving to boosted list response
Get brand list
Use this API to get the list of brands for a category.
Parameters for getting brand list
Promise resolving to brand list response
Get category tree
Use this API to get category tree data.
Optionalparams: GetProductCategoryParamsParameters for getting categories
Parameters for getting product category list
Optionallanguage?: stringLanguage for category names
A promise that resolves to the category response containing:
Get comments for products
Use this API to get comments by shop_id, item_id, or comment_id. Can retrieve up to 1000 comments.
The parameters for getting comments
Parameters for getting product comments Use this API to get comments by shop_id, item_id, or comment_id, up to 1000 comments.
Optionalcomment_id?: numberThe identity of comment
Specifies the starting entry of data to return in the current call. Default is empty string
Optionalitem_id?: numberThe identity of product item
Maximum number of entries to return per page (between 1 and 100)
A promise that resolves to the comment response containing:
Get direct item list
Use this API to get the direct item list.
Optionalparams: GetDirectItemListParamsParameters for getting direct item list
Promise resolving to direct item list response
Use this API to get basic info of items by a list of item_ids.
Parameters for getting item base info
Parameters for getting item base information
List of item IDs. Limit [0,50]
Optionalneed_complaint_policy?: booleanIf true, response will include complaint_policy
Optionalneed_tax_info?: booleanIf true, response will include tax_info
A promise that resolves to the item base info response containing:
Get item content diagnosis result
Use this API to get content diagnosis results for items.
Parameters for getting content diagnosis result
Promise resolving to content diagnosis result response
Get item extra info
Use this API to get extra information (sales, views, likes) for items.
Parameters for getting item extra info
Promise resolving to item extra info response
Get item limits
Use this API to get item limits for a category.
Parameters for getting item limits
Promise resolving to item limit response
Use this call to get a list of items.
Parameters for getting item list
Parameters for getting item list
Item status filter. If multiple, use separate parameters (e.g. item_status=NORMAL&item_status=BANNED)
Specifies the starting entry of data to return in the current call. Default is 0.
The size of one page. Max=100
Optionalupdate_time_from?: numberThe starting date range for retrieving orders (based on the item update time)
Optionalupdate_time_to?: numberThe ending date range for retrieving orders (based on the item update time)
A promise that resolves to the item list response containing:
Get item list by content diagnosis
Use this API to get items filtered by content diagnosis status.
Parameters for getting item list by content diagnosis
Promise resolving to item list by content diagnosis response
Get item promotion
Use this API to get promotion information for items.
Parameters for getting item promotion
Promise resolving to item promotion response
Get item violation info
Use this API to get violation information for items.
Parameters for getting item violation info
Promise resolving to item violation info response
Get main item list
Use this API to get the main item list.
Optionalparams: GetMainItemListParamsParameters for getting main item list
Promise resolving to main item list response
Get the mapping information between a Mart item and its corresponding outlet item by outlet item ID.
Get the mapping information between a Mart item and its corresponding outlet item by item ID.
Get model list of an item
Use this API to get model list of an item.
The parameters for getting the model list
Parameters for getting model list of an item
The ID of the item
A promise that resolves to the model list response containing:
Get recommended attributes
Use this API to get recommended attributes for a category.
Parameters for getting recommended attributes
Promise resolving to recommended attributes response
Optionalparams: GetSspListParamsGet the standardized tier variation defined by Shopee
The parameters for getting variations
Parameters for getting product variations
Leaf category id
A promise that resolves to the variations response containing:
Get weight recommendation
Use this API to get weight recommendations for an item.
Parameters for getting weight recommendation
Promise resolving to weight recommendation response
Initialize tier variations
Use this API to initialize tier variations for an item.
Parameters for initializing tier variations
Promise resolving to init tier variation response
This API supports publishing an existing item from the mart shop to an outlet shop.
Register a brand
Use this API to register a new brand.
Parameters for registering brand
Promise resolving to register brand response
Reply to buyer comments in batch
Use this API to reply to comments from buyers in batch. You can reply to multiple comments at once.
The parameters for replying to comments
Parameters for replying to comments in batch
The list of comments to reply to (between 1 and 100 items)
A promise that resolves to the reply response containing:
When the API request fails or returns an error
Search attribute values
Use this API to search for attribute values.
Parameters for searching attribute values
Promise resolving to attribute value list response
Search items
Use this API to search for items in the shop.
Parameters for searching items
Promise resolving to search item response
Unlist or list items
Use this API to unlist or list items. Can process up to 50 items in one call.
Parameters for unlisting/listing items
Parameters for unlisting/listing items
List of items to unlist/list. Length should be between 1 to 50
A promise that resolves to the unlist response containing:
Update an existing item
Use this API to update an existing product item.
Parameters for updating item
Promise resolving to update item response
Update models/variations
Use this API to update product models/variations.
Parameters for updating models
Promise resolving to update model response
Update price of items
Use this API to update item price. Can update up to 50 models in one call.
Parameters for updating price
Parameters for updating product price
Item ID
List of prices to update. Length should be between 1 to 50
A promise that resolves to the update price response containing:
Update stock of items
Use this API to update item stock. Can update up to 50 models in one call. This API updates only "seller_stock".
Parameters for updating stock
Parameters for updating product stock
Item ID
List of stock updates. Length should be between 1 to 50
A promise that resolves to the update stock response containing:
Update tier variations
Use this API to update tier variations for an item.
Parameters for updating tier variations
Promise resolving to update tier variation response
Add a new item
Use this API to add a new product item to the shop.