-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Commerce Layer plugin #3921
Conversation
- Add initial Commerce Layer plugin implementation - Support product search and preview - Include documentation and configuration files
|
View your CI Pipeline Execution ↗ for commit 537c000.
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just reuse your transformProduct function whenever possible, other than that looks good, great work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
This pull request introduces a new plugin for integrating Commerce Layer with Builder.io. The changes include documentation, configuration files, and source code for the plugin.
Documentation:
plugins/commercelayer/CONTRIBUTING.md
: Added instructions for contributing to the project, including forking the repo, cloning it, installing dependencies, making changes, and submitting pull requests.plugins/commercelayer/README.md
: Added comprehensive documentation for the Builder.io Commerce Layer Plugin, including installation, features, development, testing, and contributing guidelines.Source Code:
plugins/commercelayer/src/plugin.ts
: Implemented the main plugin registration and configuration logic, including authentication and product operations.plugins/commercelayer/src/service.ts
: Added service functions for authenticating with Commerce Layer, fetching organization info, and performing product operations such as getting product details and searching products.- Add initial Commerce Layer plugin implementation