ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.

Results 213 ShopifySharp issues
Sort by recently updated
recently updated
newest added

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...

question

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...

enhancement
new feature
graphql
experimental

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...

question

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...

question
graphql

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...

bug
graphql

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",...

enhancement
experimental
RFC

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...

new feature
graphql

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?

question