Track changes

This commit is contained in:
Mike Jolley 2019-05-30 14:04:07 +01:00
parent 5ea0d8cb4e
commit b1d756b181
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# REST API v4 Changelog
## Changes
- All endpoints - Rewritten with namespaces as standalone classes.
- Coupons - Added `search` parameter.
- Orders - Added order number to schema.
- Product Reviews - Updated response links.
- Products - Added `low_in_stock` and `search` parameter.
## New endpoints
- Added `reports/products` endpoint.
## Removed endpoints
- Removed `reports/top_sellers` endpoint.
- Removed `reports/sales` endpoint.