Skip to end of banner
Go to start of banner

Available To Promise Inventory API For POS Systems

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Inbound | PUT  | /updateInventories

Summary

This API will be used by the client system to update POS inventories.

Description

This api will be used to update POS inventory. 

Note : One batch will contain 200 skus. Frequency of this job is configurable in Assure.

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 Assure

Yes

channelSkuCode

String

Code used by channel to identify an SKU

Yes

HttpStatus : 200

  • No labels