...
Inbound |
...
PUT | /inventories
Summary
This API will be called by eWMS to update the inventory.
...
Code Block |
---|
{ "locationCode": "wd003", "products": [ { "quantity": 40, "channelSkuIdclientSkuId": "302", } ] } |
Parameter Name | Data Type | Description | Mandatory |
| String | Location from which inventory is being pushed | yes
|
| Object[] | List of products to be updated | yes |
| String | Scannable barcode on the product | yes |
| int | Ordered Quantity | yes |
...