This API will be called by any External WMS to update the absolute inventory available in WMS for the Products listed in Increff OMS.
<aside> ℹ️
Note: One batch can contain maximum of 300 SKUs.
</aside>
{
"locationCode": "wd003",
"products": [
{
"quantity": 40,
"channelSkuCode":"ITEM302",
}
]
}
| Parameter Name | Data Type | Description | Mandatory |
|---|---|---|---|
locationCode |
String | Identifier for the location for which inventory will be synced to channel. | Yes |
products |
Object[] | List of products for which inventory needs to be updated | Yes |
products.channelskuCode |
String | Scannable barcode on the product | Yes |
products.quantity |
int | Aboluste Quantity of inventory available for the product in external WMS. | Yes |
{
"failureProducts": [],
"successProducts": [
"302"
]
}
| Parameter Name | Data Type | Description |
|---|---|---|
failureProducts |
String[] | List of channelSkuCode for which inventory update was not successful |
successProducts |
String[] | List of channelSkuCode for which inventory update was successful |