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
팁
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...