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

Dec 18, 2024

main
v1
Compare

API structure has changed

4 structure changes including:
1 Addition
3 Modifications
Modified 3 Breaking
GET /customer-orders/{id}
  • Response
  • 200 response Modified
    • text/plain content type Modified
      • histories property Modified
        • details, editor properties Added
      • container property Modified
        • events property Modified
          • Property is now required
            Breaking
        • goods property Modified
    • application/json content type Modified
      • histories property Modified
        • details, editor properties Added
      • container property Modified
        • events property Modified
          • Property is now required
            Breaking
        • goods property Modified
    • text/json content type Modified
      • histories property Modified
        • details, editor properties Added
      • container property Modified
        • events property Modified
          • Property is now required
            Breaking
        • goods property Modified
POST /customer-orders
  • Body
  • multipart/form-data content type Modified
    • Order property Modified
      • containers property Modified
        • Property is now required
          Breaking
        • Type went from array[object] | null to array[object]
          Breaking
        • events property Modified
          • Property is now required
            Breaking
PUT /customer-orders/{orderId}
  • Body
  • application/json-patch+json content type Modified
    • clientReference property Modified
      • Property is now deprecated
    • customsFlag property Modified
      • Property is now required
        Breaking
    • containers property Modified
      • Property is now required
        Breaking
      • Type went from array[object] | null to array[object]
        Breaking
      • goods property Modified
        • goodsId property Added
      • events property Modified
        • Property is now required
          Breaking
  • application/json content type Modified
    • clientReference property Modified
      • Property is now deprecated
    • customsFlag property Modified
      • Property is now required
        Breaking
    • containers property Modified
      • Property is now required
        Breaking
      • Type went from array[object] | null to array[object]
        Breaking
      • goods property Modified
        • goodsId property Added
      • events property Modified
        • Property is now required
          Breaking
  • text/json content type Modified
    • clientReference property Modified
      • Property is now deprecated
    • customsFlag property Modified
      • Property is now required
        Breaking
    • containers property Modified
      • Property is now required
        Breaking
      • Type went from array[object] | null to array[object]
        Breaking
      • goods property Modified
        • goodsId property Added
      • events property Modified
        • Property is now required
          Breaking
  • application/*+json content type Modified
    • clientReference property Modified
      • Property is now deprecated
    • customsFlag property Modified
      • Property is now required
        Breaking
    • containers property Modified
      • Property is now required
        Breaking
      • Type went from array[object] | null to array[object]
        Breaking
      • goods property Modified
        • goodsId property Added
      • events property Modified
        • Property is now required
          Breaking
Added 1
GET /customer-orders/{orderId}/incident-pictures/{pictureId}