Getting stocks
GET stocks/
Retrieves stocks of products
Parameter list
Parameter | Type | Description | Mandatory |
---|---|---|---|
date_to | string | the last date from the range, by default it is equal to the current date minus 1 day | yes |
date_from | string | the first date from the date range, by default it equals to date_to minus 6 days | no |
skus | list<string> | list of products SKU, 50 maximum | yes |
spiders | list<string> | spiders | no |
The date cannot be greater than or equal to the current date. The date range cannot be more than 31 days.
Request example:
Response: