--- title: "[Checkout Branding API] Initial release of header and footer style customizations - Shopify developer changelog" description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/checkout-branding-api-initial-release-of-header-and-footer-style-customizations md: https://shopify.dev/changelog/checkout-branding-api-initial-release-of-header-and-footer-style-customizations.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2024 Tags: * API * 2024-04 # \[Checkout Branding API] Initial release of header and footer style customizations As of version 2024-04 of the Admin API, you can use the [`checkoutBrandingUpsert`](https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/checkoutBrandingUpsert) mutation to configure styling for the header and footer of your checkout. With this change, header and footer sections can now be customized with color and spacing controls. You can learn more about customizable [header](https://shopify.dev/docs/api/admin-graphql/2024-04/input-objects/CheckoutBrandingHeaderInput) and [footer](https://shopify.dev/docs/api/admin-graphql/2024-04/input-objects/CheckoutBrandingFooterInput) in the GraphQL Admin API docs. The new customizable fields are `colorScheme` and `padding`.