InventoryItem

Inventory Item Type

Represents an inventory item in the system.

Fields

Field
Type
Description

id

ID!

Unique identifier of the inventory item

tenantID

UUID!

Tenant identifier

createdAt

Time!

Creation timestamp

createdBy

UUID!

User identifier who created the item

updatedAt

Time

Last update timestamp

updatedBy

UUID!

User identifier who last updated the item

deletedAt

Time

Deletion timestamp

deletedBy

UUID!

User identifier who deleted the item

dataTypeID

UUID

Data type identifier

dataTypeSlug

String

Data type slug

data

Map

Custom data associated with the item

sku

String!

Stock keeping unit - unique identifier for the item

inventoryJSONData

Map

Additional inventory-specific JSON data

itemmovementitems

[ItemMovementItem!]

Movement items associated with this item

itemtransactions

[Transaction!]

Transactions associated with this item

itemstocks

[Stock!]

Stock records associated with this item

itemset

[InventoryItemSet!]

Item sets this item belongs to

Interfaces

  • Node

Usage Example

Last updated

Was this helpful?