stack

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

AdminTypes.InventoryAdjustQuantityPayload interface

Return type for inventoryAdjustQuantity mutation.

Signature:

export interface InventoryAdjustQuantityPayload 

Properties

Property Modifiers Type Description
inventoryLevel?   Maybe<InventoryLevel> (Optional) Represents the updated inventory quantity of an inventory item at a specific location.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.