stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBranding

AdminTypes.CheckoutBranding interface

The settings of checkout visual customizations.

To learn more about updating checkout branding settings, refer to the [checkoutBrandingUpsert](https://shopify.dev/api/admin-graphql/unstable/mutations/checkoutBrandingUpsert) mutation.

Signature:

export interface CheckoutBranding 

Properties

Property Modifiers Type Description
customizations?   Maybe<CheckoutBrandingCustomizations> (Optional) The customizations that apply to specific components or areas of the user interface.
designSystem?   Maybe<CheckoutBrandingDesignSystem> (Optional) The design system allows you to set values that represent specific attributes of your brand like color and font. These attributes are used throughout the user interface. This brings consistency and allows you to easily make broad design changes.