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, I'm using version 6.13 but I'm receiving this complain from Shopify https://shopify.dev/changelog/removal-of-the-delivery_category-field-on-order-shipping-lines The endpoint is Order -> Admin • REST though The only place where I found a similar...

deprecated property
unconfirmed bug

I have a web application (4.8 framework) using ShopifySharp that's been running since 2022 with no issues. I modified something last week and it was still running. I tried to...

async

# Description: I am encountering an issue while trying to create a product with multiple images using ShopifySharp. It seems that the Product class in ShopifySharp does not provide convenient...

question

Right now the GraphService will throw a `ShopifyHttpException` if a response has errors. However, this can cause confusion because all graph responses return `200 OK`, but the exception type has...

enhancement

I tried to create a searchfilter for ListAsync, but it only works when I fill in the whole title and not a part of a title. Example, I try to...

question

Is there a way via this library to merge multiple fulfillment orders? We are using a post-purchase upsell that occasionally creates a second or even a third fulfillment order on...

question

This method is incorrect, all metafield list endpoints require specifying the owner product id/resource type. This method's existence leads to confusion where the developer might think it's possible to list...

missing or invalid methods

Related to #1032, the test/release pipeline should eventually time out after 30-45 minutes instead of running until manually canceled.

enhancement
tests
ci

Some of the dependencies in the project are very out of date (mostly thinking about the Xunit dependencies here, but others too). It'd be a nice improvement to have a...

enhancement