stack

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

AdminTypes.InventoryQuantityName interface

Details about an individual quantity name.

Signature:

export interface InventoryQuantityName 

Properties

Property Modifiers Type Description
belongsTo   Array<Scalars[‘String’][‘output’]> List of quantity names that this quantity name belongs to.
comprises   Array<Scalars[‘String’][‘output’]> List of quantity names that comprise this quantity name.
displayName?   Maybe<Scalars[‘String’][‘output’]> (Optional) The display name for quantity names translated into applicable language.
isInUse   Scalars[‘Boolean’][‘output’] Whether the quantity name has been used by the merchant.
name   Scalars[‘String’][‘output’] The [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) of the inventory quantity. Used by [inventory queries and mutations](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#graphql-queries-and-mutations).