Catalin Pinte c75b0fc001
Dynamic API routes (#836)
* Add dynamic API endpoints

* Add missing dependency

* Update api handlers

* Updates

* Fix build errors

* Update package.json

* Add checkout endpoint parser & update errors

* Update tsconfig.json

* Update cart.ts

* Update parser

* Update errors.ts

* Update errors.ts

* Move to Edge runtime

* Revert to local

* Fix switchable runtimes

* Make nodejs default runtime

* Update pnpm-lock.yaml

* Update handlers

* Fix build errors

* Change headers
2022-10-30 13:41:21 -05:00
..
2022-10-30 13:41:21 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00
2022-10-30 13:41:21 -05:00
2022-04-28 12:54:14 -05:00
2022-04-20 12:08:26 -05:00
2022-04-20 12:08:26 -05:00

Next.js SalesForce Cloud Commerce Provider

SalesForce Cloud Commerce Demo: https://salesforce-cloud-commerce.vercel.store/

Installation

  1. Copy the .env.template file in this directory to /site/.env.local in the main directory
  2. Run yarn and then yarn dev in root folder

Features:

{
  "provider": "sfcc",
  "features": {
    "wishlist": false,
    "cart": false,
    "search": true,
    "customerAuth": false,
    "customCheckout": false
  }
}

References

Training Material and Documentation:

For a detailed introduction into commerce clouds feature set and data setup please refer to our Training Material and Documentation: