Environments
Business Journeys APIs are available in two separate, isolated environments: Acceptance and Production.
Environment overview
| Environment | Purpose | Order processing | Emails / SMS |
|---|---|---|---|
| Acceptance | Testing and integration without impacting real customers. | No – orders are not fulfilled. | No – transactional communication is disabled. |
| Production | Live traffic for real customers. | Yes – orders follow the normal Coolblue fulfilment flow. | Yes – customers receive standard Coolblue communication. |
Note: Orders created in the Acceptance environment are never fulfilled and
no transactional emails or SMS messages are sent.
Base URLs per API
Business API
-
Acceptance:
https://<acceptance-host>/business-api -
Production:
https://business.coolblue-production.eu
Cafetariaplan API
-
Acceptance:
https://<acceptance-host>/cafetariaplan-api -
Production:
https://cafetariaplan.business.coolblue-production.eu
Communities API
-
Acceptance:
https://chloe.cb-aws-acc.eu -
Production:
https://community.business.coolblue.eu
Which environment should I use?
- Use Acceptance while developing, testing, or debugging your integration.
- Use Production only after your tests are complete and you are ready to serve real customers.