API structure has changed
8 structure changes including:
2 Additions
6 Modifications
Modified
6
Breaking
GET /orders
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- tags property Modified
-
data property Modified
-
application/json content type Modified
- Query
- filter[tags] query parameter Added
GET /orders/{order}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- tags property Modified
-
data property Modified
-
application/json content type Modified
GET /vouchers
- Query
- filter[tags] query parameter Added
PATCH /orders/{order}
- Body
-
application/json content type Modified
-
tags property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
-
tags property Removed
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- tags property Modified
-
data property Modified
-
application/json content type Modified
POST /orders/{order}/notes
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- tags property Modified
-
data property Modified
-
application/json content type Modified
POST /terminal/basket/order
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
- tags property Modified
-
data property Modified
-
application/json content type Modified
Added
2
POST /orders/{order}/update-tags
POST /redeemables/{redeemable}/update-tags