Get the products of a Taobao shop(By seller id)
Information you can get with this API
- Shop products count
- Shop products list
- See More
Basic Information
Request Parameter
Query
Field | Type | Explanation | Required |
---|---|---|---|
seller_id | integer | seller ID. It can be got from the item detail API. | true |
page | integer | page number, default: 1 | false |
page_size | integer | number of items per page, default: 20 | false |
sort | string | Optional values:coefp ,hotsell ,oldstarts ,bid ,_bid default: coefp | false |
cat | integer | filter products by shop category ID | false |
Body
Security Auth
tip
Please go to Console-Account Center to get your apiToken
Add your apiToken to your query parameters. Please refer to the examples below.
Request Example
- PHP
- JavaScript
- Python
- Java
- Go
Response Example
- 200
- 417
- 422
- 429
Loading...