Accelerator Inventory 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 |
inventory-prc-api.client-id | Accelerator client id |
inventory-prc-api.client-secret | Accelerator client secret |
sap-sys.host | SAP S/4 HANA Product Availability System API Instance Hostname |
sap-sys.port | SAP S/4 HANA Product Availability System API Instance Port |
sap-sys.base-path | SAP S/4 HANA Product Availability System API Instance base path |
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 |
mdm-sys.products-path | MDM System API Instance products path |
mdm-sys.products-by-id-path | MDM System API Instance products By ID path |
mdm-sys.product-external-id-path | MDM System API Instance Product External ID path |
b2c-sys.host | B2C Commerce System API Instance Hostname |
b2c-sys.port | B2C Commerce System API Instance Port |
b2c-sys.base-path | B2C Commerce System API Instance base path |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.