---
title: Bulk operations added to the Admin GraphQL API - 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-operations-added-to-the-admin-graphql-api'
  md: >-
    https://shopify.dev/changelog/bulk-operations-added-to-the-admin-graphql-api.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2019-09-25T14:12:53-04:00'
  postedAt: '2019-10-01T00:00:00-04:00'
  updatedAt: '2024-02-02T10:04:55-05:00'
  effectiveAt: '2019-10-01T00:00:00-04:00'
---

October 1, 2019

Tags:

* API

# Bulk operations added to the Admin GraphQL API

You can now retrieve large amounts of data from our Admin GraphQL API using bulk operations. Provide a standard GraphQL query to the [bulk mutation](https://help.shopify.com/en/api/graphql-admin-api/reference/mutation/bulkoperationrunquery?api%5Bversion%5D=2019-10) and you receive a link to a file that contains all of your data after the operation has finished running.

Find out more in the [bulk operation guide](https://help.shopify.com/en/api/guides/bulk-operations).
