API v1.0.33 Release Notes
Released on Tuesday, December 6, 2016
New Features
We added a new User Perspective endpoint for returning a user's spending accounts. Me/ListSpendingAccounts
We've improved the information in our documentation about searchable/sortable properties and the order of precedence that these are applied in. An example is the API Documentation around Addresses
We've added some performance enhancements around Products, particularly listing all products for a buyer.
We now allow you to delete a product that is being used in an unsubmitted order. In submitted orders, the product information is retained, even after deletion.
You can now use categories in the Rules Engine! For example, if you'd like to make a promotion that applies to products in only one category, you can use the following for a value expression:
items.any(product.incategory('xxx'))
Bug Fixes
When you update a buyer company's default catalog, it actually updates now!
We fixed an issue where, if you were authenticating as a user with claims other than
FullAccess
, the authentication performance was very poor.