Skip to main content
GET
Storefront settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API token.

Response

200 - application/json

Success

Storefront configuration payload used to initialise web components and checkout.

name
string

The store / tenant name.

storeUrl
string
logo
string | null

Absolute URL to the store logo, or null if none is set.

defaultCurrency
string
markets
object[]

Active markets that allow currency switching, primary first.

currentMarket
object | null

The market resolved for the current request via geo-detection. Omitted when no market could be resolved.