Approval Rules
Approval rules are used to verify the integrity of an order. Common examples include orders requiring managerial approval, approval for orders that contain a specific product category, approval for quantity thresholds or approval for orders that exceed a specific price. Properties are also available to control the triggers and timing for processing approvals whether parallel to another rule, or in succession of a previous rule.
ApprovalRules.List
Get a list of approval rules.
v1/buyers/{buyerID}/approvalrules
ApprovalRules.Create
Create a new approval rule.
v1/buyers/{buyerID}/approvalrules
ApprovalRules.Get
Get a single approval rule.
v1/buyers/{buyerID}/approvalrules/{approvalRuleID}
ApprovalRules.Save
Create or update an approval rule.
v1/buyers/{buyerID}/approvalrules/{approvalRuleID}
ApprovalRules.Delete
Delete an approval rule.
v1/buyers/{buyerID}/approvalrules/{approvalRuleID}
ApprovalRules.Patch
Partially update an approval rule.
v1/buyers/{buyerID}/approvalrules/{approvalRuleID}