MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
945 stars 278 forks source link

Can the Shopify options be extended to configure graphql endpoint URL? #527

Closed LouiseEH closed 2 years ago

LouiseEH commented 2 years ago

I usually use the admin API, but now I need to use the payments apps API e.g. https://xxx.myshopify.com/payments_apps/api/2022-01/graphql.json. Is it possible to use Shopify-api-node for other API's than the admin API, and if so, how?

lpinca commented 2 years ago

No, this is not supported. The library is only for the Admin API.

lpinca commented 2 years ago

I'm closing this as answered.