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

    Interface DuplicateAttributeValueError

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

    interface DuplicateAttributeValueError {
        attribute: Attribute;
        code: "DuplicateAttributeValue";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    attribute: Attribute

    Conflicting Attributes.

    code: "DuplicateAttributeValue"

    Error identifier.

    message: string

    "Attribute can't have the same value in a different variant."