ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
I just tried to use the generated GraphQL classes in a .NET Framework project, but for some reason wasn't able to access them... I then realized that they are specifically...
Walking through GraphQL wiki for the first time (Thank you for all your work!) and find some minor errors I had to fix after grabbing the code. 1. This iterates...
Hello @nozzlegear, Thank you for your work on this. It's been very useful. As I understand it, ProductService has been depreciated and I will need to move over to GraphQL...
Been following the examples set in the documentation, however experiencing this issue when reserialising with a derived media type expressed in graphql. I need the "... on MediaImage" to expose...
Hello, I was using the ProductSet mutation with the method that automatically deserializes the result, but at one moment is stopped deserializing and I am not sure why. ### How...
In the new 2025-x Wehooks the customer entity has new properties customer.tags_added and customer.tags_removed and are missing from the ShopifySharp customer model, see below https://shopify.dev/changelog/new-customer-s-webhook-and-changes-to-existing-customer-s-webhooks-payload As of 2025-01, we're changing...
Hello, does ShopifySharp support most GraphQL? I need to develop a new application now. I don't want to develop the outdated Admin REST API to avoid having to update it...
Is it possible to manage the discount combination rules with this library, or is there any plan to implement this feature in the future? Thanks.
Hello, I was wondering if there was a trick to creating gift cards. What we have: - Shopify Plus - Read-Write access to Gift Cards Transactions - Read-Write access to...
My project is mired in .NET Framework 4.8 with no prospect of migrating soon. I have ShopifySharp 6.22.2 installed. The code samples from the wiki don't work. I can translate...