Docs
Dashboard

InventoryEntry

Object

Fusion lookup resolver for retrieving a inventory entry by its ID.

#

Fields


allocationStrategy
InventoryAllocationStrategy!

The allocation strategy of the inventory entry.

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.

createdAt
DateTime!

The date and time the inventory entry was created.

id
ID!

The ID of the inventory entry.

lastModifiedAt
DateTime

The date and time the inventory entry was last modified.

metadata
[MetadataItem!]!

Custom metadata key/value pairs for the inventory entry.

quantity
Int!

The quantity of the inventory entry.

quantityAllocated
Int!

The quantity allocated of the inventory entry.

sku
String!

The SKU of the inventory entry.

supplyChannel
Channel

Channel that supplies this InventoryEntry.

#

Queries


Gets a paginated list of inventory entries based on the provided paging arguments.

Retrieves an inventory entry by its unique identifier.

#

Mutations


Creates multiple inventory entries in bulk.

Updates multiple inventory entries in bulk.

Updates an existing inventory entry.