Skip to main content
object

Requires read_inventory access scope.

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

Boolean!
non-null

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

DateTime!
non-null

The date and time when the inventory level was created.

String

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.

InventoryItem!
non-null

Inventory item associated with the inventory level.

Location!
non-null

The location associated with the inventory level.

[InventoryQuantity!]!
non-null

Quantities for the requested names.

InventoryScheduledChangeConnection!
non-null

Scheduled changes for the requested quantity names.

DateTime!
non-null

The date and time when the inventory level was updated.


Was this section helpful?

query

Returns an InventoryLevel object by ID.


Was this section helpful?

mutation

Activate an inventory item at a location.

mutation

Modify the activation status of an inventory item at locations. Activating an inventory item at a particular location allows that location to stock that inventory item. Deactivating an inventory item at a location removes the inventory item's quantities and turns off the inventory item from that location.


Was this section helpful?

interface

Was this section helpful?