mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
SFCC provider (#727)
* new SFCC provider * add search * normalization + search * categories as search results * adress PR feedback * Update README.md * get all paths for SSG * product variants and options * Apply suggestions from code review Co-authored-by: Luis Alvarez D. <luis@vercel.com> * remove console log * prettier * clean console log * ran prettier * Updated readme * remove static data and revert config changes * set default site Co-authored-by: Luis Alvarez D. <luis@vercel.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
# @vercel/commerce-vendure
|
||||
# @vercel/commerce-kibocommerce
|
||||
# @vercel/commerce-commercejs
|
||||
# @vercel/commerce-sfcc
|
||||
COMMERCE_PROVIDER=
|
||||
|
||||
BIGCOMMERCE_STOREFRONT_API_URL=
|
||||
@@ -47,3 +48,9 @@ KIBO_API_HOST=
|
||||
|
||||
NEXT_PUBLIC_COMMERCEJS_PUBLIC_KEY=
|
||||
NEXT_PUBLIC_COMMERCEJS_DEPLOYMENT_URL=
|
||||
|
||||
SFCC_CLIENT_ID=
|
||||
SFCC_CLIENT_SECRET=
|
||||
SFCC_ORG_ID=
|
||||
SFCC_SHORT_CODE=
|
||||
SFCC_SITE_ID=RefArch
|
Reference in New Issue
Block a user