Get Inventories
Get Inventories for Given Products
POST
https://{{workspace}}.myeshopbox.com/api/v1/inventoryListing
This endpoint allows you to get Inventories of given SKUs warehouse-wise. The response map with keys representing SKUs and their values consists of two keys 1. warehouseInventories: which consists warehouse wise inventory of that particular sku. 2. inventories: which gives the summarized inventory count across warehouses.
Headers
Name
Type
Description
Authentication
string
The Bearer Token is required to access the API.
Request Body
Name
Type
Description
skus
array
SKU is the is a unique code that identifies characteristics of each product, source: client
Last updated