Accelerator Products Process API - Implementation Template
Deployment
Each Accelerator implementation template in Exchange includes Bash and Windows scripts for building and deploying the APIs to CloudHub. These scripts depend on repositories, global settings, deployment profiles, and associated properties configured in the Maven settings.xml
file.
Most applications can also be run in Anypoint Studio without having to create custom Run Configuration profiles.
Required property overrides
At a minimum, the following properties must be customized to reflect the target deployment environment.
Property Name | Description |
---|---|
api.autodiscovery-id | Required if using API Manager to secure this API |
products-prc-api.http-client.client-id | Client Id provided for Products Process API to interact with all System API's |
products-prc-api.http-client.client-secret | Client Secret provided for Customer Process API to interact with all System API's |
mdm-sys.host | MDM System API Instance Hostname |
mdm-sys.port | MDM System API Instance Port |
mdm-sys.base-path | MDM System API Instance base path |
salesforce-b2b-products-sys.host | Salesforce System API Instance Hostname |
salesforce-b2b-products.port | Salesforce System API Instance Port |
salesforce-b2b-products.base-path | Salesforce System API Instance base path |
sap-hana-sys-sys.host | SAP S/4 HANA System API Instance Hostname |
sap-hana-sys.port | SAP S/4 HANA System API Instance Port |
sap-hana-sys.base-path | SAP S/4 HANA System API Instance base path |
b2c-commerce-sys.host | B2C Commerce System API Instance Hostname |
b2c-commerce-sys.port | B2C Commerce System API Instance Port |
b2c-commerce-sys.base-path | B2C Commerce System API Instance base path |
ofbiz-products-sys.host | OFBIZ Products System API Instance Hostname |
ofbiz-products-sys.port | OFBIZ Products System API Instance Port |
ofbiz-products-sys.base-path | B2C Commerce System API Instance base path |
pim-products-sys.host | PIM System API Instance Hostname |
pim-products-sys.port | PIM System API Instance Port |
pim-products-sys.base-path | PIM System API Instance Base path |
anypoint-mq.server-url | Anypoint MQ URL where the message Exchange, Topics, queues have been created |
anypoint-mq.client-id | Anypoint MQ Client Id to access messages from MQ |
anypoint-mq.client-secret | Anypoint MQ Client Secret to access messages from MQ |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.