CheckoutTheme
Checkout theme configuration.
type CheckoutTheme implements Node {
id: ID!
primaryColor: String
secondaryColor: String
logo: String
confirmationUrl: String!
}
Fields
CheckoutTheme.id ● ID! non-null scalar
The Globally Unique ID of this object
CheckoutTheme.primaryColor ● String scalar
Primary theme color
CheckoutTheme.secondaryColor ● String scalar
Secondary theme color
CheckoutTheme.logo ● String scalar
Logo URL
CheckoutTheme.confirmationUrl ● String! non-null scalar
URL of the confirmation page.
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
CheckoutThemeCreate object ● CheckoutThemeUpdate object ● Shop object