Change Updates

Do not miss any v1 API changes, ever again

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

RSS

Oct 29, 2025

main
0.33.1
Compare
0.33.1

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • dimensions property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • currency, grossAmount, netAmount, taxAmount properties Added
GET /salesorders/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currency, grossAmount, netAmount, taxAmount properties Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • id property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • currency property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currency, grossAmount, netAmount, taxAmount properties Added
POST /salesorders
  • Body
  • application/json content type Modified
    • currency property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currency, grossAmount, netAmount, taxAmount properties Added