# CheckoutBrandingHeaderCartLinkInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for header cart link customizations. ### Access Scopes ## Fields * [contentType](/docs/api/admin-graphql/2024-10/enums/CheckoutBrandingCartLinkContentType): CheckoutBrandingCartLinkContentType - The input for the content type for the header back to cart link in 1-page checkout. Setting this to image will render the custom image provided using the image field on the header cart_link object. If no image is provided, the default cart icon will be used. * [image](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingImageInput): CheckoutBrandingImageInput - The input for the image that's used for the header back to cart link in 1-page checkout when the content type is set to image. ## Input objects with this input object * [CheckoutBrandingHeaderInput](/docs/api/admin-graphql/2024-10/input-objects/CheckoutBrandingHeaderInput) ## Examples