/
Push Available to Promise Inventory API (For Stores)
Push Available to Promise Inventory API (For Stores)
Inbound | PUT | /updateInventories
Summary
This API will be used by the client POS systems to update Available to promise inventory for a store.
Description
Whenever any inventory change happens, Client POS system will sent Increff OMS current absolute available to sale inventory.
Note : One batch will contain 200 skus.
Request
{
"inventories": [
{
"quantity": 30,
"channelSkuCode": "302",
"locationCode": "loc1"
}
]
}
Parameter Name | Data Type | Description | Mandatory |
| Object[] | List of inventories to be updated | Yes |
| String | Identifier for a warehouse in channel | Yes |
| Integer | Absolute quantity available for sale sale in Increff Omni | Yes |
| String | Code used by channel to identify an SKU | Yes |
HttpStatus : 200
Related content
Outward Sales Posting API (For ERP systems)
Outward Sales Posting API (For ERP systems)
Read with this
Push Available to Promise Inventory API (For Stores)(Beta)
Push Available to Promise Inventory API (For Stores)(Beta)
More like this
Integrating any WMS with Increff OMS
Integrating any WMS with Increff OMS
Read with this
(Location Wise) Available To Promise Inventory API
(Location Wise) Available To Promise Inventory API
More like this
Return Order Processed Notification to POS
Return Order Processed Notification to POS
Read with this
(Consolidated) Available To Promise Inventory
(Consolidated) Available To Promise Inventory
More like this