# CheckoutBrandingHeaderInput - admin-graphql - INPUT_OBJECT Version: 2024-04 ## Description The input fields used to update the header customizations. ### Access Scopes ## Fields * [alignment](/docs/api/admin-graphql/2024-04/enums/CheckoutBrandingHeaderAlignment): CheckoutBrandingHeaderAlignment - The header alignment. * [banner](/docs/api/admin-graphql/2024-04/input-objects/CheckoutBrandingImageInput): CheckoutBrandingImageInput - The background image of the header (must not be of SVG format). * [cartLink](/docs/api/admin-graphql/2024-04/input-objects/CheckoutBrandingHeaderCartLinkInput): CheckoutBrandingHeaderCartLinkInput - The input for cart link customizations for 1-page checkout. This field allows to customize the cart icon that renders by default on 1-page checkout. * [colorScheme](/docs/api/admin-graphql/2024-04/enums/CheckoutBrandingColorSchemeSelection): CheckoutBrandingColorSchemeSelection - The selected color scheme of the header container. * [logo](/docs/api/admin-graphql/2024-04/input-objects/CheckoutBrandingLogoInput): CheckoutBrandingLogoInput - The store logo. * [padding](/docs/api/admin-graphql/2024-04/enums/CheckoutBrandingSpacingKeyword): CheckoutBrandingSpacingKeyword - The padding of the header container. * [position](/docs/api/admin-graphql/2024-04/enums/CheckoutBrandingHeaderPosition): CheckoutBrandingHeaderPosition - The header position. ## Input objects with this input object * [CheckoutBrandingCustomizationsInput](/docs/api/admin-graphql/2024-04/input-objects/CheckoutBrandingCustomizationsInput) ## Examples