Typescript SDK Type Docs
    Preparing search index...

    Interface ProductTypeRemoveAttributeDefinitionAction

    Removes an AttributeDefinition and also deletes all corresponding Attributes on all Products with this ProductType. The removal of the Attributes is eventually consistent.

    The `CombinationUnique` constraint is not checked when an Attribute is removed, and uniqueness violations may occur when you remove an Attribute with a `CombinationUnique` constraint.
    
    interface ProductTypeRemoveAttributeDefinitionAction {
        action: "removeAttributeDefinition";
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeAttributeDefinition"
    name: string

    Name of the Attribute to remove.