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