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

7 minutes ago

main
0.56.0
Compare
0.56.0

API structure has changed

Next change
5 structure changes including:
1 Addition
4 Modifications
Modified 4
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • paymentMethod property Added
GET /salesorders/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • paymentMethod property Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • paymentMethod property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • paymentMethod property Added
POST /salesorders
  • Body
  • application/json content type Modified
    • paymentMethod property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • paymentMethod property Added
Added 1
GET /paymentmethods