# CheckoutBrandingInput - admin-graphql - INPUT_OBJECT Version: unstable ## Description The input fields used to upsert the checkout branding settings. ### Access Scopes ## Fields * [customizations](/docs/api/admin-graphql/unstable/input-objects/CheckoutBrandingCustomizationsInput): CheckoutBrandingCustomizationsInput - The customizations that apply to specific components or areas of the user interface. * [designSystem](/docs/api/admin-graphql/unstable/input-objects/CheckoutBrandingDesignSystemInput): CheckoutBrandingDesignSystemInput - 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. ## Input objects with this input object * [CheckoutAndAccountsConfigurationInput](/docs/api/admin-graphql/unstable/input-objects/CheckoutAndAccountsConfigurationInput) * [CheckoutAndAccountsConfigurationOverrideInput](/docs/api/admin-graphql/unstable/input-objects/CheckoutAndAccountsConfigurationOverrideInput) * [checkoutBrandingUpsert](/docs/api/admin-graphql/unstable/mutations/checkoutBrandingUpsert) ## Examples