API structure has changed
2 structure changes including:
1 Breaking change
1 Addition
1 Modification
Modified
1
Breaking
GET /product-sets
- Verb went from
POST
toGET
(same operationId)Breaking - Body
-
application/json content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Response
-
405 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 404 response Added
- Query
- page, limit query parameters Added
Added
1
POST /orders/partner/{source}