Tutorials and essays for building Shopify applications with C#, ASP.NET, F#, .NET Core and more.

Check existing users for the latest Shopify OAuth permissions

Sometimes your Shopify app grows beyond its original scope and you need more OAuth permissions -- or perhaps Shopify has changed the behavior of one of the permissions you were using and suddenly you need to ask for a new permission to continue working. Learn how to check whether your existing users need to update their permissions in this post.

Looking up a Shopify order by its name

One of the most common questions I get with ShopifySharp is "how do I find an order by its name using the Shopify API"? The order's ID and its name are two different and unrelated numbers, and ShopifySharp doesn't support any method to search for orders based on its name -- just its ID. In this post, you'll learn how you can extend ShopifySharp to search for orders by their name using the Shopify API.

ShopifySharp Version 4 Migration Guide

After more than a year of planning and work, ShopifySharp has finally been updated to version 4! There were a ton of improvements and lots of work that went into this release, and with those improvements came a bunch of breaking changes, too. This post should serve as a guide for converting your Shopify app to ShopifySharp version 4, allowing you to use .NET Core and .NET Standard!