Shopify-api-node icon indicating copy to clipboard operation
Shopify-api-node copied to clipboard

Metaobject support

Open danieltroger opened this issue 1 year ago • 1 comments

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

danieltroger avatar May 20 '24 11:05 danieltroger

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

mickeyambrosius avatar Jun 28 '24 13:06 mickeyambrosius

I'm closing this as answered.

lpinca avatar Jul 07 '24 15:07 lpinca