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

    Interface ApprovalRuleSetStatusAction

    Setting the status for an Approval Rule generates an ApprovalRuleStatusSet Message.

    interface ApprovalRuleSetStatusAction {
        action: "setStatus";
        status: ApprovalRuleStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setStatus"

    New status to set for the Approval Rule.