...
Warning |
---|
Note: One batch can contain maximum of 300 SKUs. |
Request
Code Block | ||
---|---|---|
| ||
{ "locationCode": "wd003", "products": [ { "quantity": 40, "channelSkuCode":"ITEM302", } ] } |
...
Parameter Name | Data Type | Description | Mandatory |
| StringLocation | from which inventory is being pushedIdentifier for the location for which inventory will be synced to channel. | Yes |
| Object[] | List of products for which inventory needs to be updated | Yes |
| String | Scannable barcode on the product | Yes |
| int | Aboluste Quantity of inventory available for the product in eWMSexternal WMS. | Yes |
Response
Code Block | ||
---|---|---|
| ||
{ "failureProducts": [], "successProducts": [ "302" ] } |
...