You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: