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 | 頁碼 預設值:1 | 否 |
| start_key | string | 如果你需要連續翻頁,請從第 2 頁開始指定此參數。此參數值可從返回值的 `start_key` 字段中獲取 | 否 |
| price_start | string | 篩選:價格起點 | 否 |
| price_end | string | 篩選:價格終點 | 否 |
Body
Security Auth
提示
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...