--- title: BulkOperationUserError - GraphQL Admin description: Represents an error in the input of a mutation. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/bulkoperationusererror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/bulkoperationusererror.md --- # Bulk​Operation​User​Error object Represents an error in the input of a mutation. ## Fields * code [Bulk​Operation​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/BulkOperationUserErrorCode) 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 * [bulk​Operation​Run​Query](https://shopify.dev/docs/api/admin-graphql/latest/mutations/bulkOperationRunQuery) mutation Creates and runs a bulk operation query. See the [bulk operations guide](https://shopify.dev/api/usage/bulk-operations/queries) for more details. *** ## <\~> BulkOperationUserError Mutations ### Mutated by * <\~>[bulk​Operation​Run​Query](https://shopify.dev/docs/api/admin-graphql/latest/mutations/bulkOperationRunQuery) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-BulkOperationUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)