--- title: "[Checkout Branding API] Divider style and visibility 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-divider-style-and-visibility-customizations md: https://shopify.dev/changelog/checkout-branding-api-divider-style-and-visibility-customizations.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2024 Tags: * Admin GraphQL API * 2024-07 # \[Checkout Branding API] Divider style and visibility customizations As of version 2024-07 of the Admin API, you can use the [`checkoutBrandingUpsert`](https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/checkoutBrandingUpsert) mutation to configure styling and visibility of dividers. With this change, the dividers below the header, above the footer, between the main and order summary columns, and between sections in the main column can now be customized with visibility, style and width controls. You can learn more about these customizable dividers in the GraphQL Admin API docs: [Global divider style](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/CheckoutBrandingCustomizations#field-checkoutbrandingcustomizations-divider), [Footer `divided` property](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/CheckoutBrandingFooter#field-checkoutbrandingfooter-divided), [Header `divided` property](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/CheckoutBrandingHeader#field-checkoutbrandingheader-divided), [Order Summary `divider` property](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/CheckoutBrandingOrderSummary#field-checkoutbrandingordersummary-divider), [Main `divider` property](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/CheckoutBrandingMain#field-checkoutbrandingmain-divider), and [Content `divider` property](https://shopify.dev/docs/api/admin-graphql/2024-07/objects/CheckoutBrandingContent#field-checkoutbrandingcontent-divider)