Get the products of a 1688 shop(By shop URL)
Information you can get with this APIâ
- Products list
- Total number of products
- Title/Images/Prices
- Sold count
- See More
Basic Informationâ
Request Parameterâ
Queryâ
| Field | Type | Explanation | Required | 
|---|---|---|---|
| shop_url | string | Shop home page link | true | 
| page | integer | Page number Default value: 1 | false | 
| page_size | integer | Number of items per page Default value: 20 | false | 
| sort | string | Optional values: default,sales,price_up,price_down,time_up,time_downDefault value: default | false | 
| cat | string | Category ID | false | 
| cat_type | string | Optional values: 0,1 | 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
- 439
- 499
- 500
- 503
Loading...