Skip to main content
GET
/
api
/
storefront
/
theme
Get Theme
curl --request GET \
  --url https://api.example.com/api/storefront/theme
{
  "site_id": "<string>",
  "name": "<string>",
  "currency": "<string>",
  "logo_url": "<string>",
  "primary_color": "<string>",
  "background_color": "<string>",
  "font": "<string>",
  "extra": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Site-ID
string | null

Response

Successful Response

Per-merchant identity + branding payload.

extra carries any non-canonical keys merchants stored in merchants.checkout_theme so future fields (custom CSS variables, font URLs, etc.) round-trip without schema changes.

site_id
string
required
name
string
required
currency
string
required
logo_url
string | null
primary_color
string | null
background_color
string | null
font
string | null
extra
Extra · object