stack

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

AdminTypes.InventoryItemInput interface

The input fields for an inventory item.

Signature:

export interface InventoryItemInput 

Properties

Property Modifiers Type Description
cost?   InputMaybe<Scalars[‘Decimal’][‘input’]> (Optional) Unit cost associated with the inventory item, the currency is the shop’s default currency.
tracked?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Whether the inventory item is tracked.