Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingHeaderInput
The input fields used to update the header customizations.
Signature:
export interface CheckoutBrandingHeaderInput
Property | Modifiers | Type | Description |
---|---|---|---|
alignment? | InputMaybe<CheckoutBrandingHeaderAlignment | `${CheckoutBrandingHeaderAlignment}`> | (Optional) The header alignment. | |
banner? | InputMaybe<CheckoutBrandingImageInput> | (Optional) The background image of the header (must not be of SVG format). | |
logo? | InputMaybe<CheckoutBrandingLogoInput> | (Optional) The store logo. | |
position? | InputMaybe<CheckoutBrandingHeaderPosition | `${CheckoutBrandingHeaderPosition}`> | (Optional) The header position. |