stack

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

AdminTypes.InventorySetQuantityInput interface

The input fields for the quantity to be set for an inventory item at a location.

Signature:

export interface InventorySetQuantityInput 

Properties

Property Modifiers Type Description
inventoryItemId   Scalars[‘ID’][‘input’] Specifies the inventory item to which the quantity will be set.
locationId   Scalars[‘ID’][‘input’] Specifies the location at which the quantity will be set.
quantity   Scalars[‘Int’][‘input’] The quantity to which the inventory quantity will be set.