# InventoryBulkToggleActivationUserError - admin-graphql - OBJECT Version: 2024-10 ## Description An error that occurred while setting the activation status of an inventory item. ### Access Scopes `read_inventory` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/InventoryBulkToggleActivationUserErrorCode): InventoryBulkToggleActivationUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [inventoryBulkToggleActivation](/docs/api/admin-graphql/2024-10/mutations/inventoryBulkToggleActivation) 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. ## Related Unions ## Examples