Skip to main content

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 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.

Was this section helpful?