This thread is archived, is there any way to get access to this?
Topic summary
A developer is unable to locate the order status URL field in Shopify’s Orders GraphQL API.
Background:
- Another user references a 2019 thread indicating this field has been missing from the GraphQL API for years
- The referenced thread is now archived, limiting access to historical context
Proposed Solution:
- Use the
statusPageUrlfield instead - A code example demonstrates querying orders with
statusPageUrlincluded in the response - The example shows a GraphQL query fetching order ID, email, and status page URL for orders updated after a specific timestamp
Current Status:
The discussion remains open with a potential workaround provided, though it’s unclear if statusPageUrl fully addresses the original need for “order status url.”
1 Like