stack

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

AdminTypes.InventoryBulkAdjustQuantityAtLocationPayload interface

Return type for inventoryBulkAdjustQuantityAtLocation mutation.

Signature:

export interface InventoryBulkAdjustQuantityAtLocationPayload 

Properties

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