Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Returns an InventoryLevel object by ID.

ID!required

The ID of the InventoryLevel to return.


Was this section helpful?

The quantities of an inventory item that are related to a specific location. Learn more about the relationships between inventory objects.

canDeactivate
non-null

Whether the inventory items associated with the inventory level can be deactivated.

createdAt
non-null

The date and time when the inventory level was created.

deactivationAlert

Describes either the impact of deactivating the inventory level, or why the inventory level can't be deactivated.

id
non-null

A globally-unique ID.

item
non-null

Inventory item associated with the inventory level.

location
non-null

The location associated with the inventory level.

quantities
non-null

Quantities for the requested names.

scheduledChanges
non-null

Scheduled changes for the requested quantity names.

updatedAt
non-null

The date and time when the inventory level was updated.


Was this section helpful?