Skip to main content
PATCH
/
api
/
dashboard
/
merchant
/
checkout-theme
Update Checkout Theme
curl --request PATCH \
  --url https://api.example.com/api/dashboard/merchant/checkout-theme \
  --header 'Content-Type: application/json' \
  --data '
{
  "logo_url": "<string>",
  "primary_color": "<string>",
  "background_color": "<string>",
  "font": "<string>"
}
'
{
  "logo_url": "<string>",
  "primary_color": "<string>",
  "background_color": "<string>",
  "font": "<string>"
}

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

authorization
string | null
X-API-Key
string | null
X-Stella-Merchant-Id
string | null

Body

application/json

Partial-update payload for merchants.checkout_theme.

Every field is optional — present fields overwrite the matching key, fields explicitly set to null clear that key, omitted fields are untouched. Lets the dashboard panel render a single Save button without sending the whole theme on every save.

logo_url
string | null
Maximum string length: 2048
primary_color
string | null
Maximum string length: 32
background_color
string | null
Maximum string length: 32
font
string | null
Maximum string length: 120

Response

Successful Response

Read shape for the dashboard panel — same surface as the public /api/storefront/theme minus identity fields.

logo_url
string | null
primary_color
string | null
background_color
string | null
font
string | null