Shopify Make A GraphQL API Call

I would like to use the GraphQL API call module to edit the payment terms of an order but there is no Make documentation about how to use the module.

Does anybody know what the parameters below need to be set to. I would be grateful of some guidance

Query
Operation name
Variables data source
Variable
Key and Value pairs

If there is some documentation available please can you provide the link to it.

Thanks for help!

Have you taken a look inside the community on GraphQL? I found this handy quickstart

The secret is using the HTTP app and the appropraite module to make calls – you’ll need to make sure you authenticate properly to the Make API so you may need to use the Make oAuth Request with HTTP app.

1 Like

Thanks Alex. Will take a look!

1 Like