Site

Static configuration and metadata endpoints

Retrieve site configuration

get

Returns country, currency, and phone-formatting information for the storefront.

Business Logic:

  • Active currency resolved via session (falls back to default)

  • Country derived from DEFAULT_COUNTRY_CODE

  • Phone validation data sourced from dynamic settings

Header parameters
X-CookiestringOptional

Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.

Example: osessionid=abc123
Responses
chevron-right
200

Successful response

application/json
get
/config/
200

Successful response

Last updated

Was this helpful?