The GetStoreProductDateStocks function returns the store product's stock on the specified date.
Method | /GetStoreProductDateStocks |
The request body is of type GetStoreProductDateStocks.
Name | Description | Data Type |
---|---|---|
productId | xml:int | |
locationLevel5Id | xml:int | |
dateFrom | xml:dateTime | |
dateTo | xml:dateTime | |
isIncludeLocations | BooleanFilter |
|
The response body is of type GetStoreProductDateStocksResponse.
Name | Description | Data Type |
---|---|---|
GetStoreProductDateStocksResult | ArrayOfStoreProductDateStockInfo |
|