--- title: BulkOperationRunMutationPayload - GraphQL Admin description: Return type for `bulkOperationRunMutation` 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/bulkoperationrunmutationpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/bulkoperationrunmutationpayload.md --- # Bulk​Operation​Run​Mutation​Payload payload Return type for `bulkOperationRunMutation` mutation. ## Fields * bulk​Operation [Bulk​Operation](https://shopify.dev/docs/api/admin-graphql/latest/objects/BulkOperation) The newly created bulk operation. * user​Errors [\[Bulk​Mutation​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/BulkMutationUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [bulk​Operation​Run​Mutation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/bulkOperationRunMutation) mutation Creates and runs a bulk operation mutation. To learn how to bulk import large volumes of data asynchronously, refer to the [bulk import data guide](https://shopify.dev/api/usage/bulk-operations/imports). *** ## Map ### Mutations with this payload * [bulk​Operation​Run​Mutation](https://shopify.dev/docs/api/admin-graphql/latest/types/bulkOperationRunMutation)