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

    Interface ProductTypeChangeAttributeConstraintAction

    Updates the attributeConstraint of an AttributeDefinition. For now only following changes are supported: SameForAll to None and Unique to None.

    interface ProductTypeChangeAttributeConstraintAction {
        action: "changeAttributeConstraint";
        attributeName: string;
        newValue: AttributeConstraintEnumDraft;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeAttributeConstraint"
    attributeName: string

    Name of the AttributeDefinition to update.

    None