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

    Interface ApprovalRuleSetPredicateAction

    Setting the Order Predicate for an Approval Rule generates an ApprovalRulePredicateSet Message.

    interface ApprovalRuleSetPredicateAction {
        action: "setPredicate";
        predicate: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setPredicate"
    predicate: string

    A valid Order Predicate to set for the Approval Rule.