Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inbound | PUT  | /updateInventories

Summary

This API will be used by the client system POS systems to update POS inventoriesAvailable to promise inventory for a store.

Description

This api will be used to update POS inventory. 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. Frequency of this job is configurable in Assure.

Request

Code Block
languagejson
{
"inventories":[
      {
         "quantity":30,
         "channelSkuCode":"302",
	    "locationCode":"loc1"
      }
   ]
}

...