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

Mar 19, 2026

main
1.0.0
Compare

API structure has changed

7 structure changes including:
7 Modifications
Modified 7
GET /orders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPriceWithoutVat property Added
GET /orders/id/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPriceWithoutVat property Added
GET /orders/id/{orderId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPriceWithoutVat property Added
GET /orders/marketplace/{connectorId}/{marketplaceOrderId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPriceWithoutVat property Added
PATCH /orders/item-serial-numbers/{orderId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPriceWithoutVat property Added
POST /orders/partner/{source}
  • Body
  • application/json content type Modified
    • cashOnDeliveryPriceWithoutVat, deliveryPriceWithoutVat properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • cashOnDeliveryPriceWithoutVat property Added
POST /testing-order
  • Body
  • application/json content type Modified
    • deliveryPriceWithoutVat property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cashOnDeliveryPriceWithoutVat property Added