Generated after an approval in the Approval Flow.

interface ApprovalFlowApprovedMessagePayload {
    associate: CustomerReference;
    order: OrderReference;
    type: "ApprovalFlowApproved";
}

Properties

Properties

Reference to the Customer who approved the Approval Flow.

Reference to the Order that received the approval.

type: "ApprovalFlowApproved"