--- title: CheckoutBrandingUpsertUserError - GraphQL Admin description: An error that occurs during the execution of `CheckoutBrandingUpsert`. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/objects/checkoutbrandingupsertusererror md: https://shopify.dev/docs/api/admin-graphql/2025-01/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/2025-01/enums/CheckoutBrandingUpsertUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [checkout​Branding​Upsert](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/checkoutBrandingUpsert) mutation Updates the visual branding for a [`CheckoutProfile`](https://shopify.dev/docs/api/admin-graphql/latest/objects/CheckoutProfile), customizing how checkout displays to customers. Creates new branding settings if none exist, or modifies existing settings. The mutation accepts two levels of customization through the [`CheckoutBrandingInput`](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/CheckoutBrandingInput) input object. [`designSystem`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/checkoutBrandingUpsert#arguments-checkoutBrandingInput.fields.designSystem) defines foundational brand attributes like colors, typography, and corner radius that apply consistently throughout checkout. [`customizations`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/checkoutBrandingUpsert#arguments-checkoutBrandingInput.fields.customizations) defines styles for specific parts of the UI, individual components, or groups of components like the header, buttons, form fields, and sections. Changes to a published checkout profile display immediately in the store's checkout. You can preview draft profiles in the Shopify admin's checkout editor before publishing. Learn more about [checkout styling](https://shopify.dev/docs/apps/checkout/styling). *** ## <\~> CheckoutBrandingUpsertUserError Mutations ### Mutated by * <\~>[checkout​Branding​Upsert](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/checkoutBrandingUpsert) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/DisplayableError) interface *** ## ||-CheckoutBrandingUpsertUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/DisplayableError)