@adobe/commerce-cif-commercetools-category
v1.1.0
Published
Adobe Commerce Integration Framework (CIF) Commercetools Integration Category Project
Downloads
16
Maintainers
Keywords
Readme
CCIF categories services for commercetools
This package contains the actions of the /categories
API endpoints.
To deploy all the actions in a shared Openwhisk package, make sure that you currently have a .wskprops
file with the credentials of a user/namespace meant to deploy shared packages, and simply call npm run deploy-package
.
This will create a shared package called name@version
where the name and version fields are taken from the current package.json
file. For example, it would create a shared package called [email protected]
at the time of writing this documentation.
It will also create a shared package called commercetools-categories-actions@latest
which always points to the latest version of the actions. This concept is borrowed from the latest
tag concept of npm. The latest
package is used by the customer-deployment example project.
To remove all the actions and packages, simply call npm run remove-package
.
Important: the actions in the shared package are not meant to be used directly. A customer should create a package binding with the right Commercetools credentials, and a package with web actions/sequences. See the customer-deployment example project to see how a customer would typically use that shared package.