@gradientedge/commercetools-utils
    Preparing search index...

    Interface ApprovalFlowApprovedMessagePayload

    Generated after an approval in the Approval Flow.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Reference to the Customer who approved the Approval Flow.

    Reference to the Order that received the approval.

    type: "ApprovalFlowApproved"