Get the products of a Lazada shop
API Overview
- Shop products list
- Product details
- Xem thêm
Basic Information
Request Parameter
Query
| Trường | Loại | Giải thích | Bắt buộc |
|---|---|---|---|
| shop_url | string | Liên kết trang chủ cửa hàng | đúng |
| sort | string | Giá trị tùy chọn: default,price_up,price_downGiá trị mặc định: default | sai |
| page | integer | Page number Giá trị mặc định: 1 | sai |
| start_key | string | If you need to perform continuous paging, it's better to start specifying this parameter from the second page. This value can be obtained from the `start_key` field in the response data. | sai |
| price_start | string | Lọc: Minimum value of price range | sai |
| price_end | string | Lọc: Maximum value of price range | sai |
Body
Security Auth
mẹo
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...