Shopify-api-node
Shopify-api-node copied to clipboard
Metaobject support
Does this library support creating and modifying metaobjects? Doesn't seem like it, would love to see that as a feature!
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
I'm closing this as answered.