--- title: CheckoutBrandingUpsertUserError - GraphQL Admin description: An error that occurs during the execution of `CheckoutBrandingUpsert`. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/checkoutbrandingupsertusererror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/checkoutbrandingupsertusererror.md --- # Checkout​Branding​Upsert​User​Error object An error that occurs during the execution of `CheckoutBrandingUpsert`. ## Fields * code [Checkout​Branding​Upsert​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/CheckoutBrandingUpsertUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [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). *** ## <\~> CheckoutBrandingUpsertUserError Mutations ### Mutated by * <\~>[checkout​Branding​Upsert](https://shopify.dev/docs/api/admin-graphql/latest/mutations/checkoutBrandingUpsert) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-CheckoutBrandingUpsertUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)