API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /api/external/hub/v1/catalog/items
- Response
-
200 response Modified
-
application/json content type Modified
- is_bundle, is_bundle_component, bundle_components, parent_bundle properties Added
-
application/json content type Modified
GET /api/external/hub/v1/orders/status
- Response
-
200 response Modified
-
application/json content type Modified
-
warehouse_orders 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
- sub_orders property Added
-
warehouse_orders property Removed
-
application/json content type Modified
POST /api/external/hub/v1/inventory_requests
- Body
-
application/json content type Modified
-
items property Modified
-
property Modified
-
object 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
- object-1, object-2 properties Added
-
object property Removed
-
property Modified
-
items property Modified
POST /api/external/hub/v1/orders/cancel_order
- Response
-
200 response Modified
-
application/json content type Modified
- cancelled_orders, non_cancellable_orders properties Added
-
application/json content type Modified
- 206, 409 responses Added