# CheckoutBrandingUpsertUserError - admin-graphql - OBJECT Version: 2024-10 ## Description An error that occurs during the execution of `CheckoutBrandingUpsert`. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/CheckoutBrandingUpsertUserErrorCode): CheckoutBrandingUpsertUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [checkoutBrandingUpsert](/docs/api/admin-graphql/2024-10/mutations/checkoutBrandingUpsert) 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). ## Related Unions ## Examples