--- title: CheckoutBrandingUpsertUserError - GraphQL Admin description: An error that occurs during the execution of `CheckoutBrandingUpsert`. api_version: 2026-04 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 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). *** *** ## CheckoutBrandingUpsertUserError Mutations *** ## 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)