Skip to main content

MultipleCustomersFoundError

When multiple customers are found based on the provided input. This error indicates that the input was not specific enough to identify a single customer.

type MultipleCustomersFoundError implements ErrorInterface {
message: String!
}

Fields

MultipleCustomersFoundError.message ● String! non-null scalar

Interfaces

ErrorInterface interface

Error interface for all errors that can be returned by the API. Always include the ErrorInterface in your request so any error returned by the API will be returned.

Implemented By

UpdateCustomerResult union