Get the products of a Lazada shop
API Overview
- Shop products list
- Product details
- Ver más
Basic Information
Request Parameter
Query
| Campo | Tipo | Explicación | Requerido |
|---|---|---|---|
| shop_url | string | Enlace de la página principal de la tienda | verdadero |
| sort | string | Valores opcionales: default,price_up,price_downValor predeterminado: default | falso |
| page | integer | Page number Valor predeterminado: 1 | falso |
| 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. | falso |
| price_start | string | Filtro: Minimum value of price range | falso |
| price_end | string | Filtro: Maximum value of price range | falso |
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...