List Markets
Returns all markets for the current store with their countries, currency, locales, and tax configuration.Get a Market
Resolve Market by Country
Determine which market applies for a given country ISO code. Useful for auto-selecting the correct currency and locale when a customer’s location is known.If no market matches the given country, a
404 error is returned.List Countries in a Market
Returns countries belonging to a specific market. Use this for address form country dropdowns during checkout.Get a Country in a Market
Returns a single country by ISO code within a market. Useexpand: ['states'] for address forms that need state/province dropdowns.
Related Documentation
- Markets — Market concepts, zones, and configuration
- Localization — Locale and currency headers
- Geography — Global country endpoints

