Interface ProductTypeChangeAttributeOrderByNameAction

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

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.

Generated using TypeDoc