---
title: 'New webhook topic: profiles - 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-profiles'
  md: 'https://shopify.dev/changelog/new-webhook-topic-profiles.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2020-09-01T08:15:54-04:00'
  postedAt: '2020-09-01T00:00:00-04:00'
  updatedAt: '2024-02-02T10:04:58-05:00'
  effectiveAt: '2020-09-01T00:00:00-04:00'
---

September 1, 2020

Tags:

* API

# New webhook topic: profiles

You can now subscribe to events related to delivery profiles with webhooks.

In the past, changes to a shop’s shipping zones triggered the shop/update webhook, but didn’t include any information about the new zone configuration. To stay current, apps would then have to send a follow up request to the `shipping_zones` endpoint and compare the results with their local copies of the data.

With the release of delivery profiles, we wanted to provide a proper webhook topic for apps that would allow them to avoid these frequent callbacks. As of today, you can now subscribe to the `profile_create`, `profile_update`, and `profile_delete` webhooks.

For more information, see the webhooks topic documentation, our updated delivery profiles guide, and the [2020-10 release notes](https://shopify.dev/concepts/about-apis/versioning/release-notes/2020-10).
