From c6ed9c1a5ae89fdd3d267a4dab095932aa26c95b Mon Sep 17 00:00:00 2001 From: Anthony Barrow <57986752+abarrowwundermancommerce@users.noreply.github.com> Date: Wed, 1 Feb 2023 10:01:37 +0000 Subject: [PATCH] Update ordercloud-environments.mdx Modified to state five, not six regions! As I believe there are only 5 US-West, US-East, Europe-West, Australia-East and Japan-East. If there is a 6th region then please update the region page with the additional regio --- content/documents/ordercloud-environments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/documents/ordercloud-environments.mdx b/content/documents/ordercloud-environments.mdx index 7b67dff4..f49a24eb 100644 --- a/content/documents/ordercloud-environments.mdx +++ b/content/documents/ordercloud-environments.mdx @@ -14,7 +14,7 @@ The Portal allows users to access marketplaces from Sandbox, Staging, and Produc An environment is an isolated, independent instance of the OrderCloud API provisioned with its own host name, dedicated compute resources, isolated data storage, etc. For a long time, any marketplace created in the Portal was created in Production. Developers that required a separate marketplace for testing purposes had to create a copy of their production marketplace, and manually keep it in sync. Furthermore, developers that wanted to test changes to the OrderCloud API against their applications couldn't do so until the API release was completed - which is not ideal. -Providing access to additional environments means that you can test experimental app code, and even unreleased API features, without consuming resources dedicated to your production application(s). Each environment has its own API URL, purpose, and behavior outlined below. Support for environments extends to any of OrderCloud's six [regions](https://ordercloud.io/knowledge-base/ordercloud-regions) you'll just want to make sure you target the correct base url for that region/environment combination. +Providing access to additional environments means that you can test experimental app code, and even unreleased API features, without consuming resources dedicated to your production application(s). Each environment has its own API URL, purpose, and behavior outlined below. Support for environments extends to any of OrderCloud's five [regions](https://ordercloud.io/knowledge-base/ordercloud-regions) you'll just want to make sure you target the correct base url for that region/environment combination. ### Production