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

Loading the product using GetAsync, Product product = await productService.GetAsync((long)apiCall.Product.Id); product.Tags = newTags; product = await productService.UpdateAsync((long)product.Id, product); calling the UpdateAsync gives below error, (400 Bad Request) Write requests to...

bug
missing or invalid properties
stale

https://github.com/nozzlegear/ShopifySharp/blob/e1a09d1544de3188ddd00caeb8ae15a636aaae64/ShopifySharp/Filters/MetaFieldFilter.cs#L10 we are using ListAsync end point with SinceId, since the property no longer exists any recommendation how to handle the existing logic depend on that property? IEnumerable tempMetafields =...

question
missing or invalid properties
stale

Hi, this is not a bug but a feature request. I think it would be useful to have a common base class for `CustomCollection` and `SmartCollection`, say `CollectionBase`... I am...

feature request
stale

Been using ShopifySharp for a while now and suite happy with it! Today I ran into unexpected behavior when attempting to update a PriceRule (but the behavior is true for...

question
missing or invalid properties
object updating
stale

Hi, so I am trying to make a discount code using shopify. I already have the price rule set up on the shopify dash i just would like to make...

bug
stale

Hello, I can't disable the order confirmation email, I know this is not possible "without the API", but it seems like with the official API, there is a way to...

question
stale

GraphService seems to be using the wrong URL for GraphQL connection to Shopify ` var req = PrepareRequest("api/graphql.json"); ` The correct URL ought to be ` var req = PrepareRequest("graphql.json");`

bug
graphql
stale

I see this in the documentation: > Finally, all assets are tied to a specific theme, and you need that theme's id to interact with assets. You can use the...

documentation
stale

I'm working on a ShopifySharp.Experimental package that I plan to publish to Nuget in the next few days. I want to use this package as a testing ground for new...

object updating
experimental
functional
stale

After years of woe attempting to run integration tests for this package, I'm announcing my intention to completely remove the integration tests and just replace them with plain old unit...

tests
stale