stack

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

AdminTypes.InventoryAdjustQuantitiesInput interface

The input fields required to adjust inventory quantities.

Signature:

export interface InventoryAdjustQuantitiesInput 

Properties

Property Modifiers Type Description
changes   Array<InventoryChangeInput> The quantity changes of items at locations to be made.
name   Scalars[‘String’][‘input’] The quantity [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states) to be adjusted.
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.