DEV

Type.

AppearanceSettings

Represents an organization's shared theme settings which get used across Zonos Checkout, Zonos Hello, and other shopper-facing experiences.

Fields

colorPrimary

String!

Required

A hex color code used for providing brand accent colors across the UI

colorSecondary

String!

Required

A hex color code used for providing brand accent colors across the UI

createdAt

DateTime!

Required

When the AppearanceSettings was created

createdBy

ID!

Required

The user who created the AppearanceSettings

fontFamily

String!

Required

The font family used for display. Comes from Google Fonts

id

ID!

Required

A unique identifier for the AppearanceSettings

logoUrl

String!

Required

Specifies a link to your organization's logo as an external URL. If not specified, a placeholder image will be used.

mode

Mode!

Required

Whether this AppearanceSettings is in live or test mode

organization

ID!

Required

The organization this AppearanceSettings belongs to

Required

Specifies what ElementsUIStyle should be used

Required

Specifies whether to display in dark or light mode

updatedAt

DateTime!

Required

When the AppearanceSettings was most recently updated

updatedBy

ID!

Required

The user who most recently updated the AppearanceSettings

zonosAttribution

ZonosAttribution

Indicates whether to display a 'Powered by Zonos' badge on Checkout and Hello

Was this page helpful?