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 am having a small issue when downloading orders with a date range. When I place Fiddler on the class, and inspect that was sent I think that there...

bug
stale

We are getting and exception when try to update product without any variants. Is that the expected behavior of the end point? If so how can we remove the variants....

bug
stale

It would be great to be able to see the **Local Pickup** choice through the API as the _ShippingLines_ title and code only show an address. There does not seem...

feature request
missing or invalid properties
stale

The docs for the [Discount API](https://github.com/nozzlegear/ShopifySharp#discounts) need to be updated to match the code (e.g. add priceRuleId parameter, use correct class names, etc.).

documentation
stale

Hello! Regarding this part in your migration guide, where you plan to remove the InventoryQuantity field: > ProductVariant.InventoryQuantity: deprecated by Shopify; including it when updating a product variant would cause...

proposal
stale

### Problem While attemping to handle a shopify uninstall webhook, I came across this bug. ![image](https://user-images.githubusercontent.com/8888846/79702026-b782ba00-826f-11ea-9c6d-7e709fe628da.png) ### Error > the json value could not be converted to System.String. > Cannot...

documentation
dependency woes
stale

When trying to utilize the `IsAuthenticRequest` function of the AuthorizationService by passing a QueryString as a string, the regex is not allowing for they key `ids[]` to be parsed because...

bug
stale

When I try to retrieve an order that has a fulfillment nothing is returned when using name filter ```` var list = await service.ListAsync(new MyCustomOrderFilter() { Name = orderName });...

bug
stale

Shopify supports a lookup of a discount code from the code: https://shopify.dev/docs/admin-api/rest/reference/discounts/discountcode#lookup-2020-10 Would be good to support this in this SDK.

feature request
missing or invalid methods
stale

https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder

missing or invalid methods