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

Properties

action: "changeLineItemsOrder"
lineItemOrder: string[]

All existing LineItem ids of the Cart in the desired new order.