Skip to content

Commit

Permalink
Add infrastructure_region to V2 Store API (#485)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
#
[DEVDOCS-6100](https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6100)


## What changed?
<!-- Provide a bulleted list in the present tense -->
* Added infrastructure_region to V2 Store API

## Release notes draft
The Store Information API now includes the `infrastructure_region` of
the store so you can determine where the store is hosted geographically.
This is helpful when you are deploying supporting infrastructure for the
store so you can deploy it nearby (or in the same GCP region) to
minimize latency.
## Anything else?
<!-- Add related PRs, salient notes, additional ticket numbers, etc. -->

ping @bc-traciporter 


[DEVDOCS-6100]:
https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6100?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
bookernath authored Aug 29, 2024
1 parent 1eaa406 commit be86060
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reference/store_information.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ components:
type: string
example: AU
description: Two-letter ISO 3166-1 country code
infrastructure_region:
type: string
example: us-central1
description: The infrastructure region where the store is located. Use this to determine where to place supporting infrastructure for minimum latency to the store. Compare against GCP regions on https://cloud.google.com/compute/docs/regions-zones
phone:
description: Display phone number.
type: string
Expand Down

0 comments on commit be86060

Please sign in to comment.