ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
I've been searching for the past day and a half, but is there a workaround for the ProductVariantServices being read-only around the Price? I know there were similar issues with...
https://community.shopify.com/c/shopify-apis-and-sdks/return-api/m-p/640771 I just find this article about return order when return status=Return in progress
We have a Shopify client cannot register webhook and will return this error to me. Only one account cannot register webhook service and I don't know why Would it be...
I have write the following function to update the inventory quantity static async Task UpdateProductVariant(long variantId, int qty) { var service = new ProductVariantService(ShopifyURL, Token); ShopifySharp.ProductVariant pv = new ShopifySharp.ProductVariant();...
Now that browsers are starting to block third-party cookies by default, Shopify has added a session token to embedded apps which can be used to validate that a user is...
Please make this update ASAP: **Change** [JsonProperty("**status**")] public string? PublishedStatus { get; set; } **To** [JsonProperty("**published_status**")] public string? PublishedStatus { get; set; } At the moment I cannot filter pages...
Hi Folk, We installed the last ShopifySharp version (5.15.0) and now when we send images in high resolution we dont receive any exception, in the past we used to receive...
I was looking at the [update](https://shopify.dev/apps/fulfillment/migrate?utm_source=exacttarget&utm_medium=email&utm_campaign=Partners_WhatsNewNL_April_20220405#update-your-apps-permissions) that Shopify posted in regards to fulfillments and orders. In the current AuthorizationScope we have "ReadMerchantManagedFulfillmentOrders" which seems to corelate to one of the...
In the Order object, it's missing two properties we need: GateWay and SourceUrl We need those two proerties in order to switch to use shopifysharp in our production. Can you...
The `Transaction.DeviceId` field is currently a string but should be a long.