List Regions in Storefront
In this guide, you'll learn how to retrieve the list of regions in your storefront.
Good to know: A region is a geographical area that you sell your products in. In your storefront, you should display regions to your customers, allowing them to select their region to see prices, taxes, and payment methods specific to their region.
To list regions in your storefront, send a request to the List Regions API route:
Tip: Learn how to install and configure the JS SDK in the JS SDK documentation.
The response has a regions
field, which is an array of regions.
Next, you can learn how to allow the customer to select a region in the Store and Retrieve Region guide.
Was this page helpful?