Get the products of a 1688 shop(By shop URL)
API Overview
- Get all products from 1688 shop by shop URL
- Support sorting
- 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...