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

    Interface MyShoppingListChangeTextLineItemsOrderAction

    interface MyShoppingListChangeTextLineItemsOrderAction {
        action: "changeTextLineItemsOrder";
        textLineItemOrder: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeTextLineItemsOrder"
    textLineItemOrder: string[]

    All existing TextLineItem ids in the desired new order.