Skip to main content

Queries

  • inventoryLevel — Fetch a single inventory level by its id. List levels through Product.inventoryLevels or Location.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 orderBy argument and pair with reverse to flip direction.