Add a global item
Use this API to add a new global item.
Parameters for adding a global item
Promise resolving to add global item response
Add global models
Use this API to add models to a global item.
Parameters for adding global models
Promise resolving to add global model response
Get category recommendation
Use this API to get category recommendations based on item name.
Parameters for getting category recommendation
Parameters for category recommendation
Global item name
Promise resolving to category recommendation response
Create publish task
Use this API to create a task to publish a global item to multiple shops.
Parameters for creating publish task
Promise resolving to create publish task response
Delete a global item
Use this API to delete a global item.
Parameters for deleting a global item
Parameters for deleting a global item
Global item ID
Promise resolving to delete global item response
Delete global models
Use this API to delete global models.
Parameters for deleting global models
Promise resolving to delete global model response
Get attribute tree
Use this API to get attribute tree for a category.
Parameters for getting attribute tree
Parameters for getting attribute tree
Category ID
Optionallanguage?: stringLanguage for attribute names
Promise resolving to attribute tree response
Get brand list
Use this API to get brand list for a category.
Parameters for getting brand list
Promise resolving to brand list response
Get global category list
Use this API to get global category list. Only for China mainland sellers and Korean sellers.
Parameters for getting category list
Parameters for getting global category list
Optionallanguage?: stringLanguage for category names. Should be one of "zh-hans", "en"
Promise resolving to category list response
Get global item ID by shop item ID
Use this API to get the global item ID from a shop item ID.
Parameters for getting global item ID
Parameters for getting global item ID by shop item ID
Item ID in the shop
Shop ID
Promise resolving to global item ID response
Get global item information
Use this API to get global item detailed information.
Parameters for getting global item info
Parameters for getting global item info
List of global item IDs to retrieve (max 50)
Promise resolving to global item info response
Get global item limit
Use this API to get limits for a category (max images, videos, name length, etc.).
Parameters for getting global item limit
Parameters for getting global item limit
Category ID
Promise resolving to global item limit response
Get global item list
Use this API to get global item id list. Only for China mainland sellers and Korean sellers.
Parameters for getting global item list
Parameters for getting global item list
Optionaloffset?: stringSpecifies the starting entry of data to return. If data is more than one page, offset can be used for next call
The size of one page. Limit is [1,50]
Optionalupdate_time_from?: numberThe starting date range for retrieving items (based on item update time)
Optionalupdate_time_to?: numberThe ending date range for retrieving items (based on item update time)
Promise resolving to global item list response
Get global model list
Use this API to get global model list for a global item.
Parameters for getting global model list
Parameters for getting global model list
Global item ID
Promise resolving to global model list response
Get local adjustment rate
Use this API to get local price adjustment rates for shops.
Parameters for getting local adjustment rate
Promise resolving to local adjustment rate response
Get publishable shop list
Use this API to get list of shops where a global item can be published.
Parameters for getting publishable shops
Parameters for getting publishable shop list
Global item ID
Promise resolving to publishable shop list response
Get published list
Use this API to get list of shops where a global item has been published.
Parameters for getting published list
Parameters for getting published list
Global item ID
Promise resolving to published list response
Get publish task result
Use this API to get the result of a publish task.
Parameters for getting publish task result
Parameters for getting publish task result
Publish task ID
Promise resolving to publish task result response
Get recommended attributes
Use this API to get recommended attributes for a global item.
Parameters for getting recommended attributes
Parameters for getting recommended attributes
Global item ID
Promise resolving to recommended attributes response
Get shop publishable status
Use this API to check if shops can publish a specific global item.
Parameters for getting shop publishable status
Promise resolving to shop publishable status response
Get size chart detail
Use this API to get detailed information of a size chart.
Parameters for getting size chart detail
Parameters for getting size chart detail
Size chart ID
Promise resolving to size chart detail response
Get size chart list
Use this API to get list of size charts.
Parameters for getting size chart list
Promise resolving to size chart list response
Get variations
Use this API to get variation information for a global item.
Parameters for getting variations
Parameters for getting variations
Global item ID
Promise resolving to variations response
Initialize tier variation
Use this API to initialize tier variation for a global item.
Parameters for initializing tier variation
Promise resolving to init tier variation response
Search global attribute value list
Use this API to search for attribute values.
Parameters for searching attribute values
Promise resolving to search attribute value list response
Set sync field
Use this API to set which fields should sync between global item and shop items.
Parameters for setting sync field
Promise resolving to set sync field response
Check size chart support
Use this API to check if a category supports size charts.
Parameters for checking size chart support
Parameters for checking size chart support
Category ID
Promise resolving to size chart support response
Update a global item
Use this API to update an existing global item.
Parameters for updating a global item
Promise resolving to update global item response
Update global models
Use this API to update existing global models.
Parameters for updating global models
Promise resolving to update global model response
Update local adjustment rate
Use this API to update local price adjustment rates for shops.
Parameters for updating local adjustment rate
Promise resolving to update local adjustment rate response
Update global item price
Use this API to update price for global items or models.
Parameters for updating price
Promise resolving to update price response
Update size chart
Use this API to update a size chart.
Parameters for updating size chart
Promise resolving to update size chart response
Update global item stock
Use this API to update stock for global items or models.
Parameters for updating stock
Promise resolving to update stock response
Update tier variation
Use this API to update tier variation for a global item.
Parameters for updating tier variation
Promise resolving to update tier variation response
GlobalProductManager handles all global product operations for China mainland and Korean sellers. Global products allow sellers to manage products centrally and publish them to multiple shops.