stack

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

AdminTypes.CheckoutBrandingCustomizationsInput interface

The input fields used to update the components customizations.

Signature:

export interface CheckoutBrandingCustomizationsInput 

Properties

Property Modifiers Type Description
checkbox?   InputMaybe<CheckoutBrandingCheckboxInput> (Optional) The checkboxes customizations.
control?   InputMaybe<CheckoutBrandingControlInput> (Optional) The form controls customizations.
favicon?   InputMaybe<CheckoutBrandingImageInput> (Optional) The favicon image (must be of PNG format).
global?   InputMaybe<CheckoutBrandingGlobalInput> (Optional) The global customizations.
header?   InputMaybe<CheckoutBrandingHeaderInput> (Optional) The header customizations.
headingLevel1?   InputMaybe<CheckoutBrandingHeadingLevelInput> (Optional) The Heading Level 1 customizations.
headingLevel2?   InputMaybe<CheckoutBrandingHeadingLevelInput> (Optional) The Heading Level 2 customizations.
headingLevel3?   InputMaybe<CheckoutBrandingHeadingLevelInput> (Optional) The Heading Level 3 customizations.
main?   InputMaybe<CheckoutBrandingMainInput> (Optional) The main area customizations.
merchandiseThumbnail?   InputMaybe<CheckoutBrandingMerchandiseThumbnailInput> (Optional) The merchandise thumbnails customizations.
orderSummary?   InputMaybe<CheckoutBrandingOrderSummaryInput> (Optional) The order summary customizations.
primaryButton?   InputMaybe<CheckoutBrandingButtonInput> (Optional) The primary buttons customizations.
secondaryButton?   InputMaybe<CheckoutBrandingButtonInput> (Optional) The secondary buttons customizations.
select?   InputMaybe<CheckoutBrandingSelectInput> (Optional) The selects customizations.
textField?   InputMaybe<CheckoutBrandingTextFieldInput> (Optional) The text fields customizations.