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