...
Code Block | ||
---|---|---|
| ||
{ "locationCode": "wd003", "inventories": [ { "quantity": 40, "channelSkuCode": "302" } ] } |
Parameter Name | Data Type | Description | Mandatory |
| String | Identifier for a warehouse in channel | Yes |
| Object[] | List of inventories to be updated | |
| Integer | Absolute quantity available for sale in Assure | Yes |
| String | Code used by channel to identify an SKU | Yes |
...
Code Block | ||
---|---|---|
| ||
{ "failureList": [], "successList": [ "302" ] } |
HttpStatus : 200
Parameter Name | Data Type | Description |
| String[] | List of channelSkuCodes for which inventory update was not successful |
| String[] | List of channelSkuCodes for which inventory update was successful |