API v1.0.17 Release Notes
Released on Friday, May 20, 2016
Changelog
Approval rules have been updated significantly in this release. This release includes the new ApprovalRule data model (with full admin-side CRUD endpoints), support for a wide variety of expressions, and support for the actual buyer-side flow, including (legacy) email messaging. There will be an approval rules blog post in the near future that will cover this more in-depth.
The API route for Order listing has changed. When listing orders as a Seller user, you must now specify incoming or outgoing in the route, rather than in the query string. For example:
v1/orders/incoming
This does NOT apply tome/orders
- outgoing is always assumed there. It only applies to admin routes, such as incoming orders for sellers and outgoing orders for approving buyer users. Apps will need to be updated accordingly, and make sure you're using the latest version of the SDKIsReportingGroup
andIsApprovingGroup
have been removed from the UserGroup object.This release also contains several bug fixes.