ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
Hi @nozzlegear, I’ve been catching up on the latest changes in ShopifySharp. There were quite a few changes and the progress since our last upgrade in December is impressive. It’s...
The idea here would be to create a second ShopifySharp package that builds off of and extends the base ShopifySharp package with extra niceties, kind of like the current ShopifySharp.Extensions.DependencyInjection...
Tearing my hair out over this one.... I have Product data working ok, but just can't get Variant to work. I created this based on the Product code example and...
## Description I'm trying to retrieve product variants using a GraphQL query. Below is my current implementation in C# .NET Framework 4.6. It works, but I'm looking for the best...
Is the "webPixelCreate" service currently available? I am currently using the latest version in my project. However, I could not find a function that I could take action on for...
There is the listProducts example for GraphQL and I got it to work in my application, but now I need help with InventoryLevel. Do you have an example of how...
Hello, I am trying to update the line item quantity on an order in Shopify using GraphQL and I am getting "invalid id" error. Can you please help figure out...
I'm very interested in adding a "fluent" query builder for GraphQL queries/mutations. Here's what I envision it looking like: ```cs var builder = new GraphQueryBuilder(); var pageInfoFragment = new GraphQueryFragmentBuilder("pageInfoFragment",...
Right now the base `GraphRequest` method supports settings variables using a `Dictionary`†. I'd like to add support for strongly typing the variables using a generic `GraphRequest` as well, which would...
The shopify documentation mentions you can retrieve the TrackingUrl for orderlines, this would be very helpful for me. Is there any way to retrieve this with the ShopifySharp package?