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

inventories

Object[]

List of inventories to be updated

Yes

locationCode

String

Identifier for a warehouse in channel

Yes

quantity

Integer

Absolute quantity available for sale sale in Increff Omni

Yes

channelSkuCode

String

Code used by channel to identify an SKU

Yes

 

 

HttpStatus : 200