Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventorySetOnHandQuantitiesInput
The input fields required to set inventory on hand quantities.
Signature:
export interface InventorySetOnHandQuantitiesInput
Property | Modifiers | Type | Description |
---|---|---|---|
reason | Scalars[‘String’][‘input’] | The reason for the quantity changes. The value must be one of the [possible reasons](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps/quantities-states#set-inventory-quantities-on-hand). | |
referenceDocumentUri? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The reference document URI for the changes. Used to denote what’s causing the change. | |
setQuantities | Array<InventorySetQuantityInput> | The value to which the on hand quantity will be set. |