Accelerator Orders 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.autodiscoveryID | Required if using API Manager to secure this API |
anypoint-mq.orders-queue-name | Anypoint-mq Orders Update Queue Name |
anypoint-mq.server-url | Anypoint-mq server host url |
anypoint-mq.orders-dl-queue-name | Anypoint-mq Orders Dead Letter Queue Name |
anypoint-mq.orders-status-queue-name | Anypoint-mq Orders Status Queue Name |
anypoint-mq.orders-status-dl-queue-name | Anypoint-mq Orders Status Dead Letter Queue Name |
anypoint-mq.client-id | Anypoint-mq client id |
anypoint-mq.client-secret | Anypoint-mq client secret |
oms-sys-api.host | oms-system HostName |
oms-sys-api.port | oms-system Port |
oms-sys-api.base-path | oms-system Base path |
mdm-sys.host | MDM System API HostName |
mdm-sys.port | MDM System API Port |
mdm-sys.base-path | MDM System API Base path |
salesforce-orders-sys-api.host | Salesforce Orders System API HostName |
salesforce-orders-sys-api.port | Salesforce Orders System API Port |
salesforce-orders-sys-api.base-path | Salesforce Orders System API Base path |
erp-orders-prc-api.host | ERP Orders Process API HostName |
erp-orders-prc-api.port | ERP Orders Process API Port |
erp-orders-prc-api.base-path | ERP Orders Process API Base path |
commercecloud-sys-api.host | B2C Commerce System API HostName |
commercecloud-sys-api.port | B2C Commerce System API Port |
commercecloud-sys-api.base-path | B2C Commerce System API Base path |
orders-prc-api.http-client.client-id | Client Id provided for Orders Process API to interact with all System API's |
orders-prc-api.http-client.client-secret | Client Secret provided for Orders Process API to interact with all System API's |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.