Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryBulkToggleActivationPayload
Return type for inventoryBulkToggleActivation mutation.
Signature:
export interface InventoryBulkToggleActivationPayload
| 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. |