API structure has changed
6 structure changes including:
1 Breaking change
6 Modifications
Modified
6
Breaking
GET /orders
- Response
-
200 response Modified
- application/json content type Modified
GET /orders/id/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- invoiceUrl, hasBcxCode properties Added
-
application/json content type Modified
GET /orders/id/{orderId}
- Response
-
200 response Modified
-
application/json content type Modified
- invoiceUrl, hasBcxCode properties Added
-
application/json content type Modified
GET /orders/marketplace/{connectorId}/{marketplaceOrderId}
- Response
-
200 response Modified
-
application/json content type Modified
- invoiceUrl, hasBcxCode properties Added
-
application/json content type Modified
POST /product-sets
- Verb went from
GET
toPOST
(same operationId)Breaking - Query
-
page, limit query parameters 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
-
404 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
- 405 response Added
- Body
- application/json content type Added
POST /testing-order
- Response
-
200 response Modified
-
application/json content type Modified
- invoiceUrl, hasBcxCode properties Added
-
application/json content type Modified