--- title: InventoryBulkToggleActivationPayload - GraphQL Admin description: Return type for `inventoryBulkToggleActivation` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/inventorybulktoggleactivationpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/inventorybulktoggleactivationpayload.md --- # Inventory​Bulk​Toggle​Activation​Payload payload Return type for `inventoryBulkToggleActivation` mutation. ## Fields * inventory​Item [Inventory​Item](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryItem) The inventory item that was updated. * inventory​Levels [\[Inventory​Level!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryLevel) The activated inventory levels. * user​Errors [\[Inventory​Bulk​Toggle​Activation​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryBulkToggleActivationUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [inventory​Bulk​Toggle​Activation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryBulkToggleActivation) mutation Modify the activation status of an inventory item at locations. Activating an inventory item at a particular location allows that location to stock that inventory item. Deactivating an inventory item at a location removes the inventory item's quantities and turns off the inventory item from that location. *** ## Map ### Mutations with this payload * [inventory​Bulk​Toggle​Activation](https://shopify.dev/docs/api/admin-graphql/latest/types/inventoryBulkToggleActivation)