--- title: >- Introducing the orders/link_requested webhook topic - 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/introducing-the-orderslinkrequested-webhook-topic md: >- https://shopify.dev/changelog/introducing-the-orderslinkrequested-webhook-topic.md metadata: effectiveApiVersion: 2026-01 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql - displayName: Webhook handle: webhook primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2025-10-15T17:28:26-04:00' postedAt: '2026-01-01T12:00:00-05:00' updatedAt: '2026-01-07T16:40:36-05:00' effectiveAt: '2026-01-01T12:00:00-05:00' --- January 1, 2026 Tags: * Admin GraphQL API * Webhook * 2026-01 # Introducing the `orders/link_requested` webhook topic Starting with API version 2026-01 of the GraphQL Admin API, your app can subscribe to the `orders/link_requested` webhook topic. This webhook is triggered when a customer requests a new order link from an expired **Order status** page, allowing your app to be notified when customers need access to their order details after the original link has expired. **Webhook Trigger:** This occurs when a customer visits an expired order status page and requests a new order link. **Payload:** The webhook delivers the complete [`Order`](https://shopify.dev/api/admin-graphql/unstable/objects/Order) object, which includes: * Order ID and details * Customer information * Order status * Fulfillment information For more information and to view the full payload, visit the [Shopify developer documentation](https://shopify.dev/docs/api/webhooks/latest?accordionItem=webhooks-orders-link_requested\&reference=toml).