---
title: >-
  Webhook topics introduced for updating subscription contract status - 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/webhook-topics-introduced-for-updating-subscription-contract-status
  md: >-
    https://shopify.dev/changelog/webhook-topics-introduced-for-updating-subscription-contract-status.md
metadata:
  effectiveApiVersion: 2024-01
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-11-07T09:57:58-05:00'
  postedAt: '2024-01-01T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:40-05:00'
  effectiveAt: '2024-01-01T00:00:00-05:00'
---

January 1, 2024

Tags:

* API
* 2024-01

# Webhook topics introduced for updating subscription contract status

As of the **2024-01** release of the GraphQL Admin API, new dedicated webhook topics have been introduced to notify whenever there is a change in the status of a subscription contract.

The topic `subscription_contracts/activate` is added when the subscription contract status turns to active, `subscription_contracts/expire` when a subscription contract's status turns to expire, `subscription_contracts/fail` when the status turns to failed, `subscription_contracts/cancel` when the status turns to cancelled, and `subscription_contracts/pause` when the status turns to paused.

More information on webhooks can be found [here](https://shopify.dev/docs/api/admin-rest/latest/resources/webhook)
