Change Updates

Do not miss any omnicado API changes, ever again

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

RSS

Aug 28, 2024

main
1.0.0
Compare

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
GET /orders/id/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPrice property Added
GET /orders/id/{orderId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPrice property Added
GET /orders/marketplace/{connectorId}/{marketplaceOrderId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPrice property Added
GET /product-sets
  • Verb went from POST to GET (same operationId)
    Breaking
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Response
  • 405 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 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
POST /testing-order
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPrice property Added