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

    Interface ApprovalFlowCompletedMessagePayload

    Generated after an Approval Flow is completed and reaches a final status.

    interface ApprovalFlowCompletedMessagePayload {
        order: OrderReference;
        status: ApprovalFlowStatus;
        type: "ApprovalFlowCompleted";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Reference to the Order related to the completed Approval Flow.

    Final status of the Approval Flow.

    type: "ApprovalFlowCompleted"