--- title: InventoryBulkToggleActivationUserError - GraphQL Admin description: An error that occurred while setting the activation status of an inventory item. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/inventorybulktoggleactivationusererror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/inventorybulktoggleactivationusererror.md --- # Inventory​Bulk​Toggle​Activation​User​Error object Requires `read_inventory` access scope. An error that occurred while setting the activation status of an inventory item. ## Fields * code [Inventory​Bulk​Toggle​Activation​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/InventoryBulkToggleActivationUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [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. *** ## <\~> InventoryBulkToggleActivationUserError Mutations ### Mutated by * <\~>[inventory​Bulk​Toggle​Activation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryBulkToggleActivation) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-InventoryBulkToggleActivationUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)