Hi team, I need help with admin β GQL migration. We run an invoicing application. We want to know the number of the order.
We want to migrate to the Graphql API but order.order_number
is not available in Graphql API. Shopify shows a migration help text that order_number
is mapped to number
in Graphql but that links to nowhere and number
does not exist in graphql.
We cannot use Order name because it can contain prefix and suffix. We need a number format so we can do invoice numbering. Order name wonβt work because it can be a string with a prefix and suffix and the app would need to figure out a way to extract number from it. Prefix and suffix can also contain numbers making it extra difficult
Another Post in the community for this: Order_number GraphQL Admin API - #5 by Michael_Agra