Find inventory of specific items in a specific region
Search for list of inventories of specific items in a specific region based on SKUs, postal code, latitude, longitude, and other details of the location as specified in the request body.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Merchant's 24-character tenant ID
Unique request ID
Sales channel ID
Sales channel IDs. Note: Use xFabricChannelIds
for multiple channels, and xFabricChannelId
for single channel.
Body
List of location types
Geo search origin. Must include (postalCode
) OR (city
and region
and countryCode
) OR (latitude
and longitude
)
List of SKUs for which the inventories are to be searched within the specified region
Response
Inventories present in queried region.
List Locations sorted by nearest first where Inventory present in queried region.
Was this page helpful?