Unsupported Content-Type header, use application/json
const result = await connections.shopify.current?.graphql(mutation);

2 Replies
Hello,
This should be a simple fix. You just need to update the
shopify-api-node
packageThankyou