ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
ShopifySharp now has too many services to keep all documentation in one single readme file. I'd like to move the documentation to either GitHub pages or a site of my...
Reminder for myself to add documentation for the new Carrier service.
Hi Guys, Great work here, but I could't find the ProductListing API to use with Sales Channels apps. See doc: https://help.shopify.com/api/reference/productlisting At the moment I'm doing the old fashion way,...
Hi, I think this happened in 5.18.2, and it's the same in 5.18.3. It worked in 5.17.0. We're using .NET 3.1 ``` public ActionResult App(string access) // Check if authentic...
I have an app that pulls all the Products and their Inventory using ShopifySharp. I've used this code with a half dozen different stores. I'm using now on a new...
Shopify has sent emails asking me to update my app to implement session tokens to replace cookies. https://shopify.dev/apps/auth/oauth/session-tokens I'm using the code copied from The Shopify Development Handbook. Could you...
The store has a set of metafields that are surfaced in the Shopify UI. The code runs without error, but the meta fields aren't updated. Here's a screen shot of...
On page 60 of the handbook, it mentions two controllers will be created for Shopify OAuth. It then explains how to create the models, but then the chapter ends. It...
I have an Azure server timed function that uses ShopifySharp, and it's been working fine with 6.4.0, and after upgrading to 6.6.0, I started getting these errors on the function...