--- title: BusinessCustomerUserError - Customer API description: An error that happens during the execution of a business customer mutation. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/businesscustomerusererror md: https://shopify.dev/docs/api/customer/latest/objects/businesscustomerusererror.md --- # Business​Customer​User​Error object An error that happens during the execution of a business customer mutation. ## Fields * code [Business​Customer​Error​Code](https://shopify.dev/docs/api/customer/latest/enums/BusinessCustomerErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/customer/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [company​Location​Assign​Address](https://shopify.dev/docs/api/customer/latest/mutations/companyLocationAssignAddress) mutation Updates an address on a company location. *** ## <\~> BusinessCustomerUserError Mutations ### Mutated by * <\~>[company​Location​Assign​Address](https://shopify.dev/docs/api/customer/latest/mutations/companyLocationAssignAddress) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/customer/latest/interfaces/DisplayableError) interface *** ## ||-BusinessCustomerUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/customer/latest/interfaces/DisplayableError)