Catalin Pinte 6c2610584d
Update types (#831)
* Update product types

* Cart types progress, add zod & initial schema validator

* Update normalize.ts

* Update with-schema-parser.ts

* Updated types, schemas & providers

* Fix providers after schema parse errors

* Fix paths

* More provider fixes

* Fix kibocommerce & commercejs

* Add customer updated types & fixes

* Add checkout & customer types

* Import core types only from commerce

* Update tsconfig.json

* Convert hooks interfaces to types

* Requested changes

* Change to relative paths

* Move Zod dependency
2022-10-05 09:02:29 +03:00
..
2022-10-05 09:02:29 +03: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-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: