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

5 days ago

main
0.51.0
Compare
0.51.0

API structure has changed

Next change
12 structure changes including:
3 Additions
9 Modifications
Modified 9
GET /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricelistId property Added
GET /customers/{customerId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricelistId property Added
GET /products
  • Query
  • categoryIds, supplierIds query parameters Added
GET /salesorders/{id}/lines
  • Response
  • 200 response Modified
    • application/json content type Modified
      • costPrice property Added
GET /salesorders/{id}/lines/{lineId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • costPrice property Added
PATCH /customers/{customerId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricelistId property Added
PATCH /salesorders/{id}/lines/{lineId}
  • Body
  • application/json content type Modified
    • costPrice property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • costPrice property Added
POST /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricelistId property Added
POST /salesorders/{id}/lines
  • Body
  • application/json content type Modified
    • costPrice property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • costPrice property Added
Added 3
GET /pricelists
GET /pricelists/{listId}
GET /pricelists/{listId}/prices