Change Updates

Do not miss any Smouv API changes, ever again

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

RSS

Jul 15, 2025

main
v1
Compare

API structure has changed

Next change
4 structure changes including:
4 Modifications
Modified 4
GET /customer-orders
  • Query
  • status query parameter Added
GET /customer-orders/{id}
  • Response
  • 200 response Modified
    • text/plain content type Modified
      • isValid property Removed
    • application/json content type Modified
      • isValid property Removed
    • text/json content type Modified
      • isValid property Removed
POST /customer-orders
  • Body
  • multipart/form-data content type Modified
    • Order property Modified
      • isValid property Removed
PUT /customer-orders/{orderId}
  • Body
  • application/json-patch+json content type Modified
    • clientReference property Modified
      • Property is no longer deprecated
    • customerOrderId, isValid properties Removed
  • application/json content type Modified
    • clientReference property Modified
      • Property is no longer deprecated
    • customerOrderId, isValid properties Removed
  • text/json content type Modified
    • clientReference property Modified
      • Property is no longer deprecated
    • customerOrderId, isValid properties Removed
  • application/*+json content type Modified
    • clientReference property Modified
      • Property is no longer deprecated
    • customerOrderId, isValid properties Removed