Set up Inventory Locations
Create or update inventory location centers in OrderDynamics OMS which is where physical inventory is stored.
These can be warehouses, distribution centers, retail stores, or any physical location where items are stored.
Necessary APIs & Endpoints
Physical Inventory Visibility API
Get inventory by SKU for Inventory Locations and Stores
PUT Bulk Update On-Hand Inventory
Inventory Locations API
Create, view and update inventory locations using internal names
GET Get Inventory Locations
PUT Update an Inventory Location
POST Create an Inventory Location
DEL Create an Inventory Location
Steps to Set up
Call GET Get Inventory Locations API to get inventory locations by unique identifier
Use PUT Update Inventory Location if the inventory location already exists. Set RouteType = Shipping Center & RouteDestination = internalName of shipment center to which items will be routed.
Use POST Create an Inventory Location to create a new inventory location. The InternalName of the inventory location should be the same as its shipping center. Set RouteType = Shipping Center & RouteDestination = internalName of shipment center to which items will be routed.

To update inventory for a specific SKU in the inventory location, call PUT Update On-Hand Inventory with the specific SKU to be incremented and the LocationInternalName of the inventory location
If you want to update multiple SKUs in the same API call, use PUT Bulk Update On-Hand Inventory

To update the reserved quantity of inventory in the inventory location, call PUT Update Reserved Inventory with the specific SKU whose reserved is to be incremented and the LocationInternalName of the inventory location
.png)