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

    Interface MyShoppingListChangeLineItemsOrderAction

    interface MyShoppingListChangeLineItemsOrderAction {
        action: "changeLineItemsOrder";
        lineItemOrder: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeLineItemsOrder"
    lineItemOrder: string[]

    All existing ShoppingListLineItem ids of the ShoppingList in the desired new order.