Interface GraphQLDuplicateAttributeValuesError

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

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

Indexable

[key: string]: any

Properties

Properties

attributes: Attribute[]

Conflicting Attributes.

code: "DuplicateAttributeValues"

Generated using TypeDoc