Returned when the CombinationUnique AttributeConstraint criteria are not met during an Update Product request.

interface GraphQLDuplicateAttributeValuesError {
    attributes: Attribute[];
    code: "DuplicateAttributeValues";
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

attributes: Attribute[]

Conflicting Attributes.

code: "DuplicateAttributeValues"

One of the error codes that is listed on the Errors page.