Update Inventory in Increff OMS
Inbound | PUTÂ | /usp/inventories/absolute
Summary
This API will be called by any External WMS to update the absolute inventory available in WMS for the Products listed in Increff OMS.
Description
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.
Note: One batch can contain maximum of 300 SKUs.
Request
{
"locationCode": "wd003",
"products": [
{
"quantity": 40,
"channelSkuCode":"ITEM302",
}
]
}
Â
Parameter Name | Data Type | Description | Mandatory |
| String | Identifier 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 external WMS. | Yes |
Response
{
"failureProducts": [],
"successProducts": [
"302"
]
}
Â
HttpStatus : 200
Â
Parameter Name | Data Type | Description |
| String[] | List of |
| String[] | List of |