InventoryEntryUpdateInput
InputInput type for updating an inventory entry.
#
Fields
- InventoryAllocationStrategy
allocationStrategy The allocation strategy to use for this inventory entry update input.
Possible enum valuesNONEDoes not track or reserve inventory.
TRACKTracks inventory without reserving units during checkout.
TRACK_AND_ALLOCATETracks inventory and reserves units for active purchasing flows.
- ID!
id The unique identifier of the resource.
- [KeyValuePairOfStringAndStringInput!]
metadata The metadata to use for this inventory entry update input.
- Int
quantity The quantity to use for this inventory entry update input.
- Int
quantityAllocated The quantity allocated to use for this inventory entry update input.