Error While Invoking the API

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


The message Error in reply to Rest is shown. Below are links for Summary (which is selected), Payload, and Headers. Three icons are displayed in the upper right corner. Below this are the error message details.

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.