---
title: >-
  New webhook topic notifies when a Bulk Operation has finished - 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/new-webhook-topic-notifies-when-a-bulk-operation-has-finished
  md: >-
    https://shopify.dev/changelog/new-webhook-topic-notifies-when-a-bulk-operation-has-finished.md
metadata:
  effectiveApiVersion: 2021-10
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2021-09-16T12:11:05-04:00'
  postedAt: '2021-10-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:32-05:00'
  effectiveAt: '2021-10-01T00:00:00-04:00'
---

October 1, 2021

Tags:

* API
* 2021-10

# New webhook topic notifies when a Bulk Operation has finished

Apps can now subscribe to the `bulk_operations/finish` webhook topic that sends notifications when a Bulk Operation has completed, failed, or been cancelled.

Apps do not need to poll the GraphQL Admin API to check for status changes anymore. The webhook will notify the app when the Bulk Operation finishes.

This webhook supports [query](https://shopify.dev/api/admin/graphql/reference/bulk-operations/bulkoperationrunquery) and [mutation](https://shopify.dev/api/admin/graphql/reference/bulk-operations/bulkoperationrunmutation) operations.

Learn more about the new feature in the [Bulk Operation tutorial](https://shopify.dev/api/usage/bulk-operations/queries#wait-for-the-bulk-operation-to-finish) and the [API documentation](https://shopify.dev/api/admin/graphql/reference/events/webhooksubscriptiontopic?api%5Bversion%5D=2021-10).
