Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryItemInput
The input fields for an inventory item.
Signature:
export interface InventoryItemInput
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. |