Change Updates

Do not miss any Hub API changes, ever again

Subscribe to the Hub API changelog to be up to date on recent changes.

RSS

28 days ago

main
v1
Compare

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
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
      • sub_orders property Added
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
        • object-1, object-2 properties Added
POST /api/external/hub/v1/orders/cancel_order
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cancelled_orders, non_cancellable_orders properties Added
  • 206, 409 responses Added