InventoryLevel
Requires access scope.
The quantities of an inventory item that are related to a specific location. Learn more about the relationships between inventory objects.
Anchor to Fields and connectionsFields and connections
- Anchor to canDeactivatecan•
Deactivate Boolean!non-null Whether the inventory items associated with the inventory level can be deactivated.
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the inventory level was created.
- Anchor to deactivationAlertdeactivation•
Alert 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.
- Anchor to itemitem•Inventory
Item! non-null Inventory item associated with the inventory level.
- Anchor to locationlocation•Location!non-null
The location associated with the inventory level.
- Anchor to quantitiesquantities•[Inventory
Quantity!]! non-null Quantities for the requested names.
- Anchor to scheduledChangesscheduled•
Changes Scheduled changes for the requested quantity names.
- Anchor to updatedAtupdated•
At DateTime! non-null The date and time when the inventory level was updated.
InventoryLevel Queries
Queried by
Anchor to MutationsMutations
- •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.