How to get Order status URL by using Admin GraphQL API

Hi, I want get order status url by using admin graphQL API

There are some ways to get order status url

  1. Using admin REST API (Order). There is order_status_url field.

  2. Using webhook order/* topic. There is order_status_url field.

  3. Using storefront GraphQL API. Query customer and connection orders, and there is statusUrl field.

Shopify recommends to use graphQL API(because REST API will be deprecated).

But, I cannot find way to get order status url by using admin graphQL API.

3 Likes

It looks like this field is being added to the next API release, 2024-10. https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Order#field-statuspageurl