Anchor to InventoryCountQuantityInputInventory
input_objectInventory Count Quantity Input
The input fields for a submitted counted quantity, paired with the expected on-hand quantity it was counted against.
Anchor to FieldsFields
- actualQuantity (Int!)
- expectedQuantity (Int!)
- Anchor to actualQuantityactual•Int!
Quantity non-null The actual quantity counted, as an absolute total.
- Anchor to expectedQuantityexpected•Int!
Quantity non-null The on-hand quantity currently expected for this item at the location. The mutation fails if the item's current on-hand quantity doesn't match this value.
Was this section helpful?
Anchor to Input objects using this inputInput objects using this input
- •INPUT OBJECT
The input fields for an item to include in a count.
Was this section helpful?