ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
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...
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....
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...
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.).
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...
### Problem While attemping to handle a shopify uninstall webhook, I came across this bug.  ### Error > the json value could not be converted to System.String. > Cannot...
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...
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 });...
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.
https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder