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