Inventory Count Line Item
Requires access scope, or access scope for the Physical inventory feature preview. Also: The user must have permission to view inventory counts.
Represents a line item on an inventory count.
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 quantity expected for this item at the count's location.
- •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 counted quantity for this item.
- 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.