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 the client read for this item at the location. It becomes the line's variance baseline, and the count is rejected if the live on-hand no longer matches it (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?