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

Mar 13, 2024

main
0.14.0
Compare
0.14.0

API structure has changed

14 structure changes including:
11 Additions
3 Modifications
Modified 3 Breaking
GET /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • address property Modified
PATCH /customers/{id}
  • Body
  • application/json content type Modified
    • address property Modified
      • postal property Modified
        • VisitAddress alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • PostalAddress alternative Added
      • billing property Modified
        • VisitAddress alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • BillingAddress alternative Added
      • delivery property Modified
        • VisitAddress alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • DeliveryAddress alternative Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • address property Modified
POST /customers
  • Body
  • application/json content type Modified
    • object-1 alternative Modified
      • address property Modified
    • object-2 alternative Modified
      • address property Modified
  • Response
  • 201 response Modified
    • application/json content type Modified
      • address property Modified
Added 11
DELETE /productcategories/{id}
DELETE /products/{id}
GET /productcategories
GET /productcategories/{id}
GET /products
GET /products/{id}
GET /productunits
PATCH /productcategories/{id}
PATCH /products/{id}
POST /productcategories
POST /products