This update action does not support specifying quantities, unlike the Remove LineItem update action.

If `shippingDetails` must be partially removed, use the [Change CustomLineItem Quantity](ctp:api:type:CartChangeCustomLineItemQuantityAction) update action.
interface CartRemoveCustomLineItemAction {
    action: "removeCustomLineItem";
    customLineItemId: string;
}

Properties

action: "removeCustomLineItem"
customLineItemId: string

id of the Custom Line Item to remove.

Generated using TypeDoc