Get Inventory Levels Grouped By Fulfillment Center

View as Markdown
Retrieves inventory levels for a specific inventory item broken down by fulfillment center location. Shows quantity breakdowns for each location where the inventory is stored.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

inventoryIdstringRequiredformat: "int32"

Response

OK
inventory_idinteger or null
Unique identifier for the inventory item
locationslist of objects or null
List of fulfillment centers and their respective inventory quantities
namestring or null
Name of the inventory item
skustring or null
Stock keeping unit identifier

Errors