The GetTotalStockAtDate returns the total article stock at a specific date, also historical
Method | /GetTotalStockAtDate |
The request body is of type GetTotalStockAtDate.
Name | Description | Data Type |
---|---|---|
storeId | xml:int | |
productId | xml:int | |
date | xml:dateTime | |
isNegativeValueAllowed | xml:boolean |
|
The response body is of type GetTotalStockAtDateResponse.
Name | Description | Data Type |
---|---|---|
GetTotalStockAtDateResult | xml:decimal |
|