Inventory Count Line Item
Requires access scope. Also: The user must have permission to view inventory counts.
Represents an item in an inventory count, including its counted quantities, expected quantities, variance, and review status.
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
- expectedQuantity (Int)
- id (ID!)
- inventoryItem (InventoryItem)
- productTitle (String)
- sku (String)
- totalCountedQuantity (Int)
- variance (Int)
- variantTitle (String)
- Anchor to expectedQuantityexpected•Int
Quantity The expected quantity at the time of counting.
- •ID!non-null
A globally-unique ID.
- Anchor to inventoryIteminventory•Inventory
Item Item The inventory item being counted.
- Anchor to productTitleproduct•String
Title The product title for the inventory item being counted.
- •String
The SKU for the inventory item being counted.
- Anchor to totalCountedQuantitytotal•Int
Counted Quantity The total quantity counted across all observations.
- Anchor to variancevariance•Int
The difference between the counted and expected quantities.
- Anchor to variantTitlevariant•String
Title The variant title for the inventory item being counted.