Change Updates

Do not miss any Enjovia API changes, ever again

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

RSS

Sep 8, 2025

main
3.2.5
Compare

API structure has changed

22 structure changes including:
3 Breaking changes
3 Additions
16 Modifications
3 Removals
Modified 16 Breaking
POST /vouchers/resend/email
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • vouchers property Modified
POST /terminal/redeemables/redeem/undo
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • valid_days property Modified
          • Type went from integer | null to array[string] | null
            Breaking
POST /terminal/redeemables/redeem
  • Body
  • application/json content type Modified
    • redeemable_ids, quantity properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • redeemables property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • valid_days property Modified
          • Type went from integer | null to array[string] | null
            Breaking
POST /terminal/basket/validate
  • Body
  • application/json content type Modified
    • basket, customer properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • store_eni, customer_id, data properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • basket property Added
  • 403 response Added
POST /terminal/basket/order
  • Body
  • application/json content type Modified
    • items, payment_method, promotion, buyer properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • basket_id, is_test, payment_reference, buyer_email properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • store, redeemables, vouchers properties Modified
POST /redeemables/{redeemable}/update-validity
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • valid_days property Modified
          • Type went from integer | null to array[string] | null
            Breaking
POST /redeemables/{redeemable}/top-up
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • valid_days property Modified
          • Type went from integer | null to array[string] | null
            Breaking
POST /redeemables/unredeem
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • valid_days property Modified
          • Type went from integer | null to array[string] | null
            Breaking
POST /redeemables/cancel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • valid_days property Modified
          • Type went from integer | null to array[string] | null
            Breaking
POST /orders/{order}/resend-vouchers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • vouchers property Modified
POST /orders/{order}/notes
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • store, redeemables, vouchers properties Modified
PATCH /orders/{order}
  • Body
  • application/json content type Modified
    • tags property Modified
      • Type went from array[string] to object
        Breaking
      • * property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • store, redeemables, vouchers properties Modified
GET /terminal/search/vouchers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • redeemables property Modified
GET /terminal/redeemables/{redeemable}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • valid_days property Modified
          • Type went from integer | null to array[string] | null
            Breaking
GET /orders/{order}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • store, redeemables, vouchers properties Modified
GET /orders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • store, redeemables, vouchers properties Modified
Removed 3 Breaking
GET /terminal/search/products
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /terminal/search/redeem-locations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /terminal/stores/{store}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 3
GET /stores
GET /redeem-locations
GET /products