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

44 minutes ago

main
0.55.0
Compare
0.55.0

API structure has changed

Next change
10 structure changes including:
6 Additions
4 Modifications
Modified 4
GET /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mobilePhone property Added
GET /customers/{customerId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mobilePhone property Added
PATCH /customers/{customerId}
  • Body
  • application/json content type Modified
    • mobilePhone property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mobilePhone property Added
POST /customers
  • Body
  • application/json content type Modified
    • alternative Modified
      • true alternative Modified
        • mobilePhone property Added
      • false alternative Modified
        • mobilePhone property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mobilePhone property Added
Added 6
DELETE /products/{id}/dimensions/{dimensionId}
DELETE /products/{id}/salestypeOverrides/{salesTypeId}
GET /products/{id}/dimensions
GET /products/{id}/salestypeOverrides
PUT /products/{id}/dimensions/{dimensionId}
PUT /products/{id}/salestypeOverrides/{salesTypeId}