--- title: Bulk Mutation API now available - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: 'https://shopify.dev/changelog/bulk-mutation-api-now-available' md: 'https://shopify.dev/changelog/bulk-mutation-api-now-available.md' metadata: effectiveApiVersion: null affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2021-03-04T11:02:12-05:00' postedAt: '2021-07-01T00:00:00-04:00' updatedAt: '2024-02-02T10:05:00-05:00' effectiveAt: '2021-07-01T00:00:00-04:00' --- July 1, 2021 Tags: * API # Bulk Mutation API now available As of July 2021, you can use the BulkOperationRunMutation endpoint, a resilient and performant solution, to move data in bulk into a store in a bulk asynchronously. Instead of running a GraphQL mutation multiple times, you can run a bulk mutation operation. This is a simple way for you to import all of their data, without being slowed down by throttles. We currently provide support for the following mutations: * productCreate * collectionCreate * productUpdate * productUpdateMedia * productPageUpdate * productVariantUpdate * metafieldUpsert * priceListFixedPricesAdd * priceListFixedPricesDelete Learn more about [how to get started](https://shopify.dev/docs/admin-api/graphql/reference/bulk-operations/bulkoperationrunmutation) with Bulk Mutations.