MONEI / Shopify-api-node

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

Metaobject support #652

Closed danieltroger closed 2 months ago

danieltroger commented 4 months ago

Does this library support creating and modifying metaobjects? Doesn't seem like it, would love to see that as a feature!

mickeyambrosius commented 3 months ago

It does not and I don't think it ever will. The object specific methods are all targeted against REST but metaobjects exists only for the graphql API. So you need to use graphql queries and then use .graphql method https://www.npmjs.com/package/shopify-api-node#graphql

lpinca commented 2 months ago

I'm closing this as answered.