Interface OrderCustomLineItemRemovedMessagePayload

Generated after a successful Remove Custom Line Item update action.

interface OrderCustomLineItemRemovedMessagePayload {
    customLineItem: CustomLineItem;
    customLineItemId: string;
    type: "OrderCustomLineItemRemoved";
}

Properties

customLineItem: CustomLineItem

Custom Line Item that was removed from the Order.

customLineItemId: string

Unique identifier of the Custom Line Item.

type: "OrderCustomLineItemRemoved"

Generated using TypeDoc