--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2026 Tags: * Admin GraphQL API * Webhook * 2026-01 # Introducing the `orders/link_requested` webhook topic As of 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 the expired **Order status** page. This allows your app to be notified when customers need to access their order details after their original order link has expired. **The webhook is triggered when:** A customer visits an expired order status page and requests a new order link. \*\*Payload: \*\* The webhook delivers the full [`Order`](https://shopify.dev/api/admin-graphql/unstable/objects/Order) object, which includes: * Order ID and details * Customer information * Order status * Fulfillment information Find more information and view the full payload in the [Shopify dev docs](https://shopify.dev/docs/api/webhooks?accordionItem=webhooks-orders-link_requested\&reference=toml).