Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Get list orders from Shopify with GraphQL request on Application Integration

Hello,
I want to retrieve all Shopify orders and write them into BigQuery table. I set Shopify integration connector on Google cloud console.
Then I tried to make an Application Integration, but it don't work: how can I make a GraphQL request through a Connector bloc inside Application Integration ? I don't find where I can paste my GraphQL query with fields I want. I tried in filterClause field, but it didn't work.
However, I know that my integration connector is well configurated because I'm able to get a list of shopify products.
Thank you in advance,
bml 

Solved Solved
0 1 770
1 ACCEPTED SOLUTION

Connector task needs to be configured with LIST operation for orders entity to retrieve all orders in Shopify. Below documentation has example with step by step instructions for products entity in Shopify connector. Same steps  needs to be followed for orders entity

https://cloud.google.com/integration-connectors/docs/connectors/shopify/configure#example---list-all...

View solution in original post

1 REPLY 1

Connector task needs to be configured with LIST operation for orders entity to retrieve all orders in Shopify. Below documentation has example with step by step instructions for products entity in Shopify connector. Same steps  needs to be followed for orders entity

https://cloud.google.com/integration-connectors/docs/connectors/shopify/configure#example---list-all...

Top Labels in this Space