Do not miss any Enjovia API changes, ever again

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

RSS

2 days ago

main
v3.5.14
Compare
v3.5.14

API structure has changed

Next change
8 structure changes including:
2 Additions
6 Modifications
Modified 6 Breaking
GET /orders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Modified
  • Query
  • filter[tags] query parameter Added
GET /orders/{order}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Modified
GET /vouchers
  • Query
  • filter[tags] query parameter Added
PATCH /orders/{order}
  • Body
  • application/json content type Modified
    • tags property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Modified
POST /orders/{order}/notes
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Modified
POST /terminal/basket/order
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • tags property Modified
Added 2
POST /orders/{order}/update-tags
POST /redeemables/{redeemable}/update-tags