From 86dca04eec72d8f6eb06cc9e5443717046a01f09 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Wed, 26 Apr 2023 19:10:48 -0500 Subject: [PATCH] Adds note about needing a paid Shopify plan. (#999) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a34d4e7a..e7ec645ad 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Your app should now be running on [localhost:3000](http://localhost:3000/). ## How to configure your Shopify store for Next.js Commerce +Next.js Commerce requires a [paid Shopify plan](https://www.shopify.com/pricing). It will not work with a Shopify Starter plan. + ### Add Shopify domain to an environment variable Create a `SHOPIFY_STORE_DOMAIN` environment variable and use your Shopify domain as the the value (ie. `SHOPIFY_STORE_SUBDOMAIN.myshopify.com`).