Skip to main content
GET
Get store public settings

Authorizations

x-api-key
string
header
default:sfk_your_api_key
required

Storefront API key (sfk_...)

Response

200 - application/json

Public settings retrieved successfully

name
string

Store name

Example:

"My Store"

domain
string

Store domain

Example:

"my-store.opencals.com"

externalDomain
string

Store domain (e.g., Shopify domain)

Example:

"my-store.myshopify.com"

currency
string

Store currency

Example:

"USD"

settings
object

Store settings

platform
object | null

Store platform (e.g., Shopify)

Example:

"shopify"

features
object[]

Store features

storefrontSettings
object | null

Storefront presentation configuration

contactInfo
object | null

Store contact information

Last modified on July 26, 2026