mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 21:21:21 +00:00
changes
This commit is contained in:
parent
46ae76c67f
commit
b0cac33add
@ -1,6 +1,3 @@
|
|||||||
{
|
{
|
||||||
"provider": "bigcommerce",
|
"provider": "shopify"
|
||||||
"features": {
|
|
||||||
"wishlist": false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
6
framework/bigcommerce/.env.template
Normal file
6
framework/bigcommerce/.env.template
Normal file
@ -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=
|
2
framework/shopify/.env.template
Normal file
2
framework/shopify/.env.template
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHOPIFY_STORE_DOMAIN=
|
||||||
|
SHOPIFY_STOREFRONT_ACCESS_TOKEN=
|
Loading…
x
Reference in New Issue
Block a user