BigCommerce · Schema
Locale
The basic locale settings for a store, used to give shopper information about languages, countries, etc.
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| default_shopper_language | string | |
| shopper_language_selection_method | string | Determines whether to display the storefront content in the shopperʼs browser language or the shopperʼs selected default language. Available values: * `browser` - language updates automatically based |
| store_country | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Locale",
"title": "Locale",
"description": "The basic locale settings for a store, used to give shopper information about languages, countries, etc.",
"type": "object",
"properties": {
"default_shopper_language": {
"type": "string",
"example": "en, en-us",
"default": "en"
},
"shopper_language_selection_method": {
"description": "Determines whether to display the storefront content in the shopper\u02bcs browser language or the shopper\u02bcs selected default language.\n\nAvailable values:\n* `browser` - language updates automatically based on the shopper browser language. Multiple languages are supported.\n* `default_shopper_language` - content is displayed in a single language based on the set `default_shopper_language`. Only the selected language is supported.",
"type": "string",
"example": "default_shopper_language",
"default": "default_shopper_language",
"enum": [
"browser",
"default_shopper_language"
]
},
"store_country": {
"type": "string",
"default": "United States"
}
},
"required": [
"default_shopper_language"
],
"x-internal": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-locale"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.