mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01:21 +00:00
* TEC-252: Base integration with commercetools using fetchers for REST and GraphQL endpoints * TEC-252: WIP commenting some components that are failing while we don't have all the hooks defined * add sdk integration * TEC-256: Implementing product search * TEC-256: removing unnecessary env variables * TEC-256: review comments * TEC-256: other remaining review fixes Co-authored-by: nicossosa93 <nicolas.sosa@devgurus.io>
640 B
640 B
Commercetools Provider
To deploy you will need a commercetools account with an existing project.
Then copy the .env.template
file in this directory to .env.local
in the main directory (which will be ignored by Git):
cp framework/commercetools/.env.template .env.local
Then, set the environment variables in .env.local
to match the ones from your project.
Contribute
Our commitment to Open Source can be found here.
If you find an issue with the provider or want a new feature, feel free to open a PR or create a new issue.