# [Checkout Branding API] Divider style and visibility customizations — Shopify developer changelog --- ## [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) *Published: July 01, 2024* Tags: API, Update Link: https://shopify.dev/changelog/checkout-branding-api-divider-style-and-visibility-customizations ---