ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

Company / Channels / Publications

Open dom-advancedcommerce opened this issue 1 year ago • 3 comments

We are tend to focus on the standard data (online channel for data) and we seeing more and more customers starting to use Markets for pricing.. etc. This makes things more challenging forcing us to move more of our code to GrpahQL... More recently we have been asked to look at B2B catalogues pricing and publishing.

It is all a bit disconnected, between the data that can be retrieved via the Shopify REST API and the tangle of weeds using the Shopify Graph API.

It seems Shopify themselves have yet to connect catalogues to publications, therefore this might be a mute point atm, but I was wondering if and how far ShopifySharp have delved into this and any Graph queries your using to retrieve publication data by company b2b catalogue publications verses channel publications?

dom-advancedcommerce avatar Jun 26 '24 13:06 dom-advancedcommerce

ShopifySharp already supports GraphQL. Everything that is possible to do with the GraphQL API should also be possible with ShopifySharp. The documentation is lacking but you can check the GraphService and related unit tests to see examples on how to use it.

clement911 avatar Jun 26 '24 22:06 clement911

Yes, and I hope to write a big guide for using the GraphService soon! I've got a half formed draft in my backlog right now.

nozzlegear avatar Jun 26 '24 22:06 nozzlegear

I would pay for that!

czupet avatar Jun 27 '24 03:06 czupet