Generated after a successful Add CustomLineItem update action.

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

Properties

Properties

customLineItem: CustomLineItem

Custom Line Item that was added to the Order.

type: "OrderCustomLineItemAdded"