A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We have a user interface where the customer can change their order's variant(s) from one to another. We use the Admin GraphQL API to do this on the backend side.
This works usually fine but now we have this one situation where it doesn't work, and the error is very vague:
"orderEditCommit query returned GraphQL errors: [{"message":"Internal error. Looks like something went wrong on our end.\nRequest ID: 6502d074-f0e9-40c0-b245-342782175150 (include this in support requests)"
Can someone from Shopify staff maybe check the logs for more clues?
The order "merchantEditable" is true and "merchantEditableErrors" is an empty array, if that helps narrowing the problem.