Location Item Quantity
Requires access scope. Also: The shop must have access to the physical inventory feature preview.
The aggregate quantities of an inventory item at a location, summed across the location's bins.
is the unbinned residual () plus the quantity held in every bin.
available is the location-level sellable quantity. committed is location-level and is not
split per bin.
This object is available only in the unstable API version and to development stores that have enabled the Physical inventory feature preview.
This object is available only in the unstable API version and to development stores that have enabled the Physical inventory feature preview.
Note: This object is available only in the unstable API version and to development stores that have enabled the <a href="https://shopify.dev/changelog/physical-inventory-feature-preview">Physical inventory feature preview</a>.
Anchor to FieldsFields
- available (Int!)
- committed (Int!)
- id (ID!)
- inventoryItem (InventoryItem!)
- onHand (Int!)
- unbinnedQuantity (Int!)
- Anchor to availableavailable•Int!non-null
The available (sellable) quantity at this location.
- Anchor to committedcommitted•Int!non-null
The committed quantity at this location (committed plus reserved holds). Location-level and not split per bin.
- •ID!non-null
A globally-unique ID.
- Anchor to inventoryIteminventory•Inventory
Item Item! non-null The inventory item (catalog identity) that these quantities are for.
- Anchor to onHandon•Int!
Hand non-null The total on-hand quantity at this location: the unbinned residual plus the quantity in every bin.
- Anchor to unbinnedQuantityunbinned•Int!
Quantity non-null The on-hand quantity that hasn't been placed in any bin (the location residual).