Docs
Dashboard

InventoryEntryCreateInput

Input

Input type for creating a single inventory entry.

#

Fields


allocationStrategy
InventoryAllocationStrategy!

The allocation strategy to use for this inventory entry create input.

Possible enum values
  • NONE

    Does not track or reserve inventory.

  • TRACK

    Tracks inventory without reserving units during checkout.

  • TRACK_AND_ALLOCATE

    Tracks inventory and reserves units for active purchasing flows.

metadata
[KeyValuePairOfStringAndStringInput!]

The metadata to use for this inventory entry create input.

quantity
Int!

The quantity to use for this inventory entry create input.

sku
String!

The sku to use for this inventory entry create input.

supplyChannelId
ID

The supply channel id to use for this inventory entry create input.