I want to load orders data from shopify to bigquery. Below is my application integration
-
Fetch Shopify Data is able to gather the orders data
-
Data Mapping: I am converting json into array.
-
For each loop calls the sub integration
Sub Integration:
- Issue / Error: Sub Integration fails with below error
{
“message”: “Required parameter Connector input payload is not present.”,
“code”: 500
}
Order Data from the parent integration service
Error message on parent integration:
‘Required parameter Connector input payload is not present.’ eventMessages without params: ‘[name: “CreateOrderSubIntegration” event_info_id: “9d2dfd6f-03e4-4fb4-bcbd-3500ff37a9f8” trigger_id: “api_trigger/CreateOrderSubIntegration_API_1” client_id: “79307376312” execution_state: FAILED cloud_logging_details { } event_bus_status: ACTIVE snapshot_number: 3 workflow_origin: UI ]’ error/code: ‘common_error_code: INVALID_PARAMETER’






