@gradientedge/commercetools-utils
    Preparing search index...

    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;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    attributes: Attribute[]

    Conflicting Attributes.

    code: "DuplicateAttributeValues"

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