Anchor to InventoryCountLineItemInputInventory
input_objectInventory Count Line Item Input
The input fields identifying an item to include in the count, optionally with a starting counted quantity.
Anchor to FieldsFields
- inventoryBinId (ID)
- inventoryItemId (ID!)
- quantity (InventoryCountQuantityInput)
- Anchor to inventoryBinIdinventory•ID
Bin Id The ID of the inventory bin to count. If not provided, the default bin is used.
- Anchor to inventoryItemIdinventory•ID!
Item Id non-null The ID of the inventory item to count.
- Anchor to quantityquantity•Inventory
Count Quantity Input An optional counted quantity for this item. Omit it to include the item without a count yet. When provided, it sets the line's counted quantity and its expected on-hand baseline, and the count is rejected if the on-hand has changed (compare-and-swap).
Was this section helpful?