...
Request
Code Block | ||
---|---|---|
| ||
{ "inventories": [ { "quantity": 30, "channelSkuCode": "302", "locationCode": "loc1" } ] } |
Parameter Name | Data Type | Description | Mandatory |
| Object[] | List of inventories to be updated | Yes |
| String | Identifier for a warehouse in channel | Yes |
| Integer | Absolute quantity available for sale sale in Assure | Yes |
| String | Code used by channel to identify an SKU | Yes |
...