Acquia Commerce Manager provides a robust API, enabling developers to both customize their Drupal websites and those websites’ interactions with your eCommerce solution.
The following APIs are available for use with Acquia Commerce Manager:
Acquia Commerce Manager API - Enables direct interaction with Acquia Commerce Manager. The base URI for your Acquia Commerce Manager API endpoint is:
https://api.[REGION].acm.prod.acquia.io
where your
[REGION]
is eitherus-east-1
oreu-west-1
.Swagger API documentation - Allows you to browse the API documentation for Acquia Commerce Manager using the following URI:
https://api.[REGION].prod.acm.acquia.io/swagger
where your
[REGION]
is eitherus-east-1
oreu-west-1
.HMAC API - Enables you to interact with the Acquia Commerce Manager using Postman. Read HTTP HMAC Postman for usage instructions.