--- title: CheckoutBrandingUpsertPayload - GraphQL Admin description: Return type for `checkoutBrandingUpsert` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/checkoutbrandingupsertpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/checkoutbrandingupsertpayload.md --- # Checkout​Branding​Upsert​Payload payload Return type for `checkoutBrandingUpsert` mutation. ## Fields * checkout​Branding [Checkout​Branding](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutBranding) Returns the new checkout branding settings. * user​Errors [\[Checkout​Branding​Upsert​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutBrandingUpsertUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [checkout​Branding​Upsert](https://shopify.dev/docs/api/admin-graphql/latest/mutations/checkoutBrandingUpsert) mutation Updates the checkout branding settings for a [checkout profile](https://shopify.dev/api/admin-graphql/unstable/queries/checkoutProfile). If the settings don't exist, then new settings are created. The checkout branding settings applied to a published checkout profile will be immediately visible within the store's checkout. The checkout branding settings applied to a draft checkout profile could be previewed within the admin checkout editor. To learn more about updating checkout branding settings, refer to the checkout branding [tutorial](https://shopify.dev/docs/apps/checkout/styling). *** ## Map ### Mutations with this payload * [checkout​Branding​Upsert](https://shopify.dev/docs/api/admin-graphql/latest/types/checkoutBrandingUpsert)