InventoryEntryCreateInput
InputInput type for creating a single inventory entry.
#
Fields
- InventoryAllocationStrategy!
allocationStrategy The allocation strategy to use for this inventory entry create 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.
- [KeyValuePairOfStringAndStringInput!]
metadata The metadata to use for this inventory entry create input.
- Int!
quantity The quantity to use for this inventory entry create input.
- String!
sku The sku to use for this inventory entry create input.
- ID
supplyChannelId The supply channel id to use for this inventory entry create input.