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

    Interface ShoppingListChangeTextLineItemsOrderAction

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

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeTextLineItemsOrder"
    textLineItemOrder: string[]

    Must contain all existing TextLineItem ids in the desired new order.