Get product IDs
gecko [master]
https://shopapi.geckodistribution.com
gecko [master]
https://shopapi.geckodistribution.com
GET
/api/open/product/list
If a category ID is specified, only the product numbers of the current category will be returned.
In the return value, a product is uniquely identified by the platform and product ID.
Check the 'hasmore' parameter in the response data until 'hasmore' is 0, indicating the end of the request.
TIP: Returns up to 200 product models per page.
Request
Query Params
page
integer
required
Example:
1
categoryid
integer <long> | null
optional
Example:
1038378
Header Params
version
string
required
Default:
{{shop_openapi_version}}
token
string
required
Default:
{{shop_openapi_token}}