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

    Interface ProductTypeChangeAttributeOrderByNameAction

    interface ProductTypeChangeAttributeOrderByNameAction {
        action: "changeAttributeOrderByName";
        attributeNames: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeAttributeOrderByName"
    attributeNames: string[]

    Names of Attributes to reorder. This array must include all Attributes currently present on a ProductType in a different order.