diff --git a/commerce.config.json b/commerce.config.json index 1c14a53f5..01d7fa69e 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -1,6 +1,3 @@ { - "provider": "bigcommerce", - "features": { - "wishlist": false - } + "provider": "shopify" } diff --git a/framework/bigcommerce/.env.template b/framework/bigcommerce/.env.template new file mode 100644 index 000000000..43e85c046 --- /dev/null +++ b/framework/bigcommerce/.env.template @@ -0,0 +1,6 @@ +BIGCOMMERCE_STOREFRONT_API_URL= +BIGCOMMERCE_STOREFRONT_API_TOKEN= +BIGCOMMERCE_STORE_API_URL= +BIGCOMMERCE_STORE_API_TOKEN= +BIGCOMMERCE_STORE_API_CLIENT_ID= +BIGCOMMERCE_CHANNEL_ID= diff --git a/framework/shopify/.env.template b/framework/shopify/.env.template new file mode 100644 index 000000000..24521c2a1 --- /dev/null +++ b/framework/shopify/.env.template @@ -0,0 +1,2 @@ +SHOPIFY_STORE_DOMAIN= +SHOPIFY_STOREFRONT_ACCESS_TOKEN=