stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryLevel

AdminTypes.InventoryLevel interface

The quantities of an inventory item that are related to a specific location.

Signature:

export interface InventoryLevel extends Node 

Extends: Node

Properties

Property Modifiers Type Description
available   Scalars[‘Int’][‘output’] The quantity of inventory items that are available at the inventory level’s associated location.
canDeactivate   Scalars[‘Boolean’][‘output’] Whether the inventory items associated with the inventory level can be deactivated.
createdAt   Scalars[‘DateTime’][‘output’] The date and time when the inventory level was created.
deactivationAlert?   Maybe<Scalars[‘String’][‘output’]> (Optional) Describes either the impact of deactivating the inventory level, or why the inventory level can’t be deactivated.
deactivationAlertHtml?   Maybe<Scalars[‘FormattedString’][‘output’]> (Optional) Describes, in HTML with embedded URLs, either the impact of deactivating the inventory level or why the inventory level can’t be deactivated.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
incoming   Scalars[‘Int’][‘output’] The quantity of inventory items that are going to the inventory level’s associated location.
item   InventoryItem Inventory item associated with the inventory level.
location   Location The location associated with the inventory level.
quantities   Array<InventoryQuantity> Quantities for the requested names.
updatedAt   Scalars[‘DateTime’][‘output’] The date and time when the inventory level was updated.