A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello!
Has anyone ever got this issue ?
Field 'sourceIdentifier' doesn't exist on type 'Order'
I have already used API version 04-2022
https://shopify.dev/api/admin-graphql/2022-04/objects/order
so the sourceIdentifier should exist
I also already have permission "read_orders"
I have tried to add another permission "read_marketplace_orders" but always get this at authentication: Oauth error missing_shopify_permission: read_marketplace_orders
Thank you!
"Edit"
Sorry my bad. It's initialized with 2022-04 but it's just my apollo call to 2022-01 graphql version
this is resolved