Get the products of a Lazada shop
API Overview
- Shop products list
- Product details
- ดูเพิ่มเติม
Basic Information
Request Parameter
Query
| ฟิลด์ | ประเภท | คำอธิบาย | จำเป็น |
|---|---|---|---|
| shop_url | string | ลิงก์หน้าแรกของร้านค้า | จริง |
| sort | string | ค่าที่เลือกได้: default,price_up,price_downค่าเริ่มต้น: default | เท็จ |
| page | integer | Page number ค่าเริ่มต้น: 1 | เท็จ |
| 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. | เท็จ |
| price_start | string | ตัวกรอง: Minimum value of price range | เท็จ |
| price_end | string | ตัวกรอง: Maximum value of price range | เท็จ |
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...