Get Inventory Levels Grouped By Fulfillment Center
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
AuthorizationBearer
OAuth2 authentication using JWT tokens
Path parameters
inventoryId
Response
OK
inventory_id
Unique identifier for the inventory item
locations
List of fulfillment centers and their respective inventory quantities
name
Name of the inventory item
sku
Stock keeping unit identifier
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
503
Service Unavailable Error

