Queries
inventoryLevel— Fetch a single inventory level by its id. List levels throughProduct.inventoryLevelsorLocation.inventoryLevels.location— Fetch a single location by its id.locations— List locations.
Objects
- InventoryProduct — An inventory/fulfillment-oriented view of the product: scoped to what a partner needs to identify and ship it, without exposing all of the owner’s product data.
- Location — A physical or logical location where inventory is held or shipped from.
- LocationInventoryLevel — Inventory levels for a product at a single location.
Enums
- LocationSortKey
— A field this list can be ordered by; pass to the list’s
orderByargument and pair withreverseto flip direction.