stack

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

AdminTypes.InventoryBulkToggleActivationPayload interface

Return type for inventoryBulkToggleActivation mutation.

Signature:

export interface InventoryBulkToggleActivationPayload 

Properties

Property Modifiers Type Description
inventoryItem?   Maybe<InventoryItem> (Optional) The inventory item that was updated.
inventoryLevels?   Maybe<Array<InventoryLevel>> (Optional) The activated inventory levels.
userErrors   Array<InventoryBulkToggleActivationUserError> The list of errors that occurred from executing the mutation.