API v1.0.310 Release Notes
Released on Thursday, November 2, 2023
New
Redirects are now disallowed on Webhooks
Marketplaces with Premium Search for Orders enabled can now reference
orderhist
anditemhist
in Rules Engine expressions on Promotions and Approval RulesExamples
User has placed more than four orders in the past yearEligibleExpression
: orderhist.count('1Y') > 4
User has ordered a given product 10 or more times in the past 6 monthsEligibleExpression
: itemhist.quantity('6M', 'Product.ID = {productID}') >= 10
Give 1% of the total value of all orders placed in the past month as a discountValueExpression
: orderhist.total('1M') * .01
Fixed
Unsubmitted orders with the status of Canceled were inadvertently being excluded from the nightly Unsubmitted Order Cleanup