--- title: CheckoutBrandingUpsertPayload - GraphQL Admin description: Return type for `checkoutBrandingUpsert` mutation. api_version: 2026-04 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 Deprecated * checkout​Profile​Id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments A globally-unique identifier. * checkout​Branding​Input [Checkout​Branding​Input](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CheckoutBrandingInput) The input fields to use to upsert the checkout branding settings (pass null to reset them to default). *** *** ## Map