CheckoutTheme
Represents a checkout page's options.
type CheckoutTheme implements Node {
id: ID!
confirmationUrl: String!
}
Fields
CheckoutTheme.id ● ID! non-null scalar
The ID of the object
CheckoutTheme.confirmationUrl ● String! non-null scalar
URL of the confirmation page.
Interfaces
Node interface
An object with an ID
Member Of
Shop object