From 541009fd1510729e1cdcc10b28e4a733d6f96628 Mon Sep 17 00:00:00 2001 From: Gonzalo Pozzo Date: Fri, 10 Dec 2021 16:34:33 -0300 Subject: [PATCH] Update readme with providers hold (#602) --- README.md | 2 ++ framework/commerce/new-provider.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index b59fa9395..b6266246e 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ For example: Turning `cart` off will disable Cart capabilities. ### How to create a new provider +🔔 New providers are on hold [until we have a new API for commerce](https://github.com/vercel/commerce/pull/252) 🔔 + Follow our docs for [Adding a new Commerce Provider](framework/commerce/new-provider.md). If you succeeded building a provider, submit a PR with a valid demo and we'll review it asap. diff --git a/framework/commerce/new-provider.md b/framework/commerce/new-provider.md index 6e149a7d4..ce4464657 100644 --- a/framework/commerce/new-provider.md +++ b/framework/commerce/new-provider.md @@ -1,5 +1,7 @@ # Adding a new Commerce Provider +🔔 New providers are on hold [until we have a new API for commerce](https://github.com/vercel/commerce/pull/252) 🔔 + A commerce provider is a headless e-commerce platform that integrates with the [Commerce Framework](./README.md). Right now we have the following providers: - BigCommerce ([framework/bigcommerce](../bigcommerce))