Skip to main content
Anchor to BusinessCustomerUserError

BusinessCustomerUserError

object

An error that happens during the execution of a business customer mutation.

•BusinessCustomerErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Updates an address on a company location.

Arguments

•CompanyAddressInput!
required

The input fields to use to update the address.

•[CompanyAddressType!]!
required

The list of address types on the location to update.

•ID!
required

The ID of the company location to update addresses on.


Fields

•[CompanyAddress!]

The list of updated addresses on the company location.

•[BusinessCustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?