Interface OrderCustomLineItemAddedMessagePayload

Generated after a successful Add Custom Line Item update action.

interface OrderCustomLineItemAddedMessagePayload {
    customLineItem: CustomLineItem;
    type: "OrderCustomLineItemAdded";
}

Properties

Properties

customLineItem: CustomLineItem

Custom Line Item that was added to the Order.

type: "OrderCustomLineItemAdded"

Generated using TypeDoc