API structure has changed
7 structure changes including:
1 Breaking change
7 Modifications
Modified
7
Breaking
GET /orders
- Response
-
200 response Modified
-
application/json content type Modified
- cashOnDeliveryPrice property Added
-
application/json content type Modified
GET /orders/id/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- cashOnDeliveryPrice property Added
-
application/json content type Modified
GET /orders/id/{orderId}
- Response
-
200 response Modified
-
application/json content type Modified
- cashOnDeliveryPrice property Added
-
application/json content type Modified
GET /orders/marketplace/{connectorId}/{marketplaceOrderId}
- Response
-
200 response Modified
-
application/json content type Modified
- cashOnDeliveryPrice property Added
-
application/json content type Modified
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
PATCH /orders/item-serial-numbers/{orderId}
- Response
-
200 response Modified
-
application/json content type Modified
- cashOnDeliveryPrice property Added
-
application/json content type Modified
POST /testing-order
- Response
-
200 response Modified
-
application/json content type Modified
- cashOnDeliveryPrice property Added
-
application/json content type Modified