--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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.