For Custom connections, I'm getting an error when I try to initiate an edit order in Shopify via the GraphQL connection. The first step is to pass an orderEditBegin mutation, to which the response has been an error. (shown below).
I've since walked through the Applications in Shopify with the my team and it doesn't seem as though there is a method to update the access scopes there.
In Celigo, I was able to identify the iClient configuration on the GraphQL configuration of the connection, but this does not seem accessible. Can anyone possibly advise us on how best we should add scopes to the IClient configuration here?
To resolve this issue, you’ll need to create a custom app in Shopify with the required scopes (including write_order_edits). Once the app is set up, you can create a new connection in Celigo using Token authentication instead of the default iClient.