Docs
Dashboard

InventoryEntryUpdateInput

Input

Input type for updating an inventory entry.

#

Fields


allocationStrategy
InventoryAllocationStrategy

The allocation strategy to use for this inventory entry update 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.

id
ID!

The unique identifier of the resource.

metadata
[KeyValuePairOfStringAndStringInput!]

The metadata to use for this inventory entry update input.

quantity
Int

The quantity to use for this inventory entry update input.

quantityAllocated
Int

The quantity allocated to use for this inventory entry update input.