Error While Invoking the API
You may encounter the following error when you perform any outbound operation with the Shopify GraphQL Adapter.

Solution: Shopify does not support several fields and throws an
internal server error whenever they are sent as a part of API request. The
error-causing fields are:
- onboardingVisual
- usingShopifyBalance
- merchantApprovalSignals object
A simple solution is to edit the query and remove the above fields from the request body. After updating, save and activate the integration for successful results.