nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
764 stars 313 forks source link

Company / Channels / Publications #1075

Open dom-advancedcommerce opened 5 months ago

dom-advancedcommerce commented 5 months ago

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?

clement911 commented 5 months ago

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.

nozzlegear commented 5 months ago

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.

czupet commented 5 months ago

I would pay for that!