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

15 structure changes including:
13 Breaking changes
2 Modifications
13 Removals
Modified 2 Breaking
GET /terminal/products/{product}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • id, eni, version, type, name, slug, is_active, status, validity, currency_code, monetary_options, price, from_price, comparison_price, tax_percentage, tax_value, liability, custom_fields, pdf_design_store_id, pdf_design, tags, last_purchased, created_at, updated_at, is_scheduled properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /terminal/search/products
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • object property Modified
Removed 13 Breaking
GET /products
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /products/{product}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /search/products
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /products/monetary/{product}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /products/{product}/variants/{variant}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/monetary
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/price
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/slug
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/variant
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/{product}/variants
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/{product}/variants/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/{product}/variants/order
  • Removing a resource is always breaking unless it was deprecated before
    Breaking