Anchor to InventoryCountQuantityInputInventory
input_objectInventory Count Quantity Input
The input fields for a submitted counted quantity, paired with the expected on-hand 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 (not an increment).
- Anchor to expectedQuantityexpected•Int!
Quantity non-null The expected on-hand quantity for this item at the location, used as the line's variance baseline. The operation fails if it no longer matches the current on-hand, guarding against stale reads (compare-and-swap).
Was this section helpful?
Anchor to Input objects using this inputInput objects using this input
- •INPUT OBJECT
The input fields identifying an item to include in the count, optionally with a starting counted quantity.
Was this section helpful?