...
Info | ||
---|---|---|
| ||
Returns products of the account. |
List of parameters
Parameter | Type | Description | Mandatory |
---|
brand | string | brand | yes |
spider | string | spider | yes |
page | int | Page number, by default it is 1 | no |
category | string | Category of products | no |
Example of a request:
Paste code macro | ||||
---|---|---|---|---|
| ||||
curl -XGET "[endpoint]/products/?spider=esteelauder.ru&brand=Estée Lauder&category=Макияж" -H "TokenAPI: [your_token]" |
...