...
This API will always expect to send the inventory available for sale in external WMS system to Increff OMS system so that the inventory can be exposed to External integrated channels like Marketplaces, Webshops ERP systems etc.
The inventory quantity will always be absolute in nature.
Infowarning |
---|
Note: One batch can contain maximum of 500 300 SKUs. |
Request
Code Block |
---|
{ "locationCode": "wd003", "products": [ { "quantity": 40, "channelSkuCode":"ITEM302", } ] } |
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 | Aboluste Quantity of inventory available for the product in eWMS | Yes |
Response
Code Block |
---|
{ "failureProducts": [], "successProducts": [ "302" ] } |
HttpStatus : 200
Parameter Name | Data Type | Description |
| String[] | List of |
| String[] | List of |