InventoryQuantityInput - admin-graphql - INPUT_OBJECT
Version: unstable
Description:
The input fields for the quantity to be set for an inventory item at a location.
Access Scopes
Fields
-
compareQuantity:
Int -
The current quantity to be compared against the persisted quantity.
-
inventoryItemId:
ID! -
Specifies the inventory item to which the quantity will be set.
-
locationId:
ID! -
Specifies the location at which the quantity will be set.
-
quantity:
Int! -
The quantity to which the inventory quantity will be set.
Input objects with this input object
Examples