...
Parameter | Description | Cardinality | Approved values |
---|---|---|---|
StockAvailability | Stock availability composite | 1..n | |
ProductId | Identification of the product for which the available stock is requested | 1..1 | |
ProductIdType | The identification type of the product | 1..1 | EAN |
QuantityAvailable24hrs | The number of products available at the time of this request and ready for delivery within 24 hours. | 1..1 | |
QuantityAvailable48hrs | The number of products available at the time of this request and ready for delivery within 48 hours. This includes delivery within 24 hours. | 1..1 |
Example reply - Without message
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "StockAvailability": [ { "ProductId": "9780582275225", "ProductIdType": "EAN", "QuantityAvailable24hrs": "54", "QuantityAvailable48hrs": "1554" }, { "ProductId": "9783259011928", "ProductIdType": "EAN", "QuantityAvailable24hrs": "11", "QuantityAvailable48hrs": "11" } ] } |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "Message": { "MessageType": "E", "MessageCode": "WMS-00011", "MessageText": "Invalid value for productIdType." } } |
...