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 4, 2025

main
3.2.5
Compare

API structure has changed

181 structure changes including:
138 Breaking changes
2 Additions
41 Modifications
138 Removals
Modified 41 Breaking
POST /orders/{order}/resend-vouchers
  • Response
  • 200 response Modified
    • application/json content type Added
  • 422 response Added
  • Body
  • application/json content type Added
  • Header
  • Account-ID header Added
POST /packages/download/envelopes
  • Header
  • Account-ID header Added
POST /packages/fulfil
  • Header
  • Account-ID header Added
POST /packages/fulfil/outstanding
  • Header
  • Account-ID header Added
  • Query
  • filter[store.id], filter[packaging_option.id], filter[delivery_method.id], search query parameters Added
POST /packages/resend/post
  • Header
  • Account-ID header Added
POST /packages/tracking
  • Header
  • Account-ID header Added
POST /products/delete
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 204 response Added
  • Header
  • Account-ID header Added
POST /products/monetary
  • Body
  • application/json content type Modified
    • description, min_value, max_value properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • is_active, status, monetary_options, validity, tax_percentage, pdf_design_store_id, custom_fields, tags properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id, name, slug, description, type, currency_code, list_price, variants, addons, redeem_locations, created_at, updated_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • 422 response Modified
    • application/json content type Added
  • 404 response Added
  • Header
  • Account-ID header Added
POST /products/price
  • Body
  • application/json content type Modified
    • price property Modified
      • Type went from number to integer
        Breaking
    • description property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • is_active, status, comparison_price, liability, validity, tax_percentage, custom_fields, tags properties Added
  • Response
  • 201 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Header
  • Account-ID header Added
POST /products/variant
  • Body
  • application/json content type Modified
    • description, variants properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • is_active, status, tax_percentage, pdf_design_store_id, custom_fields, tags properties Added
  • Response
  • 201 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Header
  • Account-ID header Added
POST /products/{product}/variants
  • Path went from /products/{id}/variants to /products/{product}/variants (same operationId)
  • Body
  • application/json content type Modified
    • price property Modified
      • Type went from number to integer
        Breaking
    • comparison_price, validity, increment_version properties Added
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • product path parameter Added
  • Header
  • Account-ID header Added
  • Response
  • 422 response Added
POST /products/{product}/variants/delete
  • Path went from /products/{id}/variants/delete to /products/{product}/variants/delete (same operationId)
  • Body
  • application/json content type Modified
    • increment_version property Added
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • product path parameter Added
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 204 response Added
  • Header
  • Account-ID header Added
POST /products/{product}/variants/order
  • Path went from /products/{id}/variants/order to /products/{product}/variants/order (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • product path parameter Added
  • Header
  • Account-ID header Added
  • Response
  • 422 response Added
POST /redeemables/cancel
  • Response
  • 200 response Modified
    • application/json content type Added
  • 403, 404 responses Added
  • Header
  • Account-ID header Added
POST /redeemables/unredeem
  • Response
  • 200 response Modified
    • application/json content type Added
  • 422 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 403, 404 responses Added
  • Header
  • Account-ID header Added
POST /redeemables/{redeemable}/top-up
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, type, status, valid_from, valid_to, valid_days, currency_code, monetary_value, name, custom_fields, tags, created_at, updated_at, is_live, invalid_reason properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • 403 response Added
  • Header
  • Account-ID header Added
POST /redeemables/{redeemable}/update-validity
  • Body
  • application/json content type Modified
    • valid_from property Modified
      • Type went from string(date) to string(date) | null
    • valid_to property Modified
      • Property is now required
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, type, status, valid_from, valid_to, valid_days, currency_code, monetary_value, name, custom_fields, tags, created_at, updated_at, is_live, invalid_reason properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • Header
  • Account-ID header Added
POST /terminal/basket/order
  • Body
  • application/json content type Modified
    • items property Modified
      • product_id, variant_id, quantity, value, vouchers properties Added
    • promotion, buyer properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id, is_live, is_imported, reference, custom_checkout_fields, tags, created_at, updated_at, transaction, redeemables, vouchers, notes_count, notes properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • Header
  • Store-Subdomain header Added
POST /terminal/basket/validate
  • Body
  • application/json content type Modified
    • items property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • basket, customer properties Added
  • Response
  • 200 response Modified
    • application/json content type Added
  • Header
  • Store-Subdomain header Added
POST /vouchers/pdfs
  • Header
  • Account-ID header Added
  • Response
  • 404, 422 responses Added
POST /vouchers/preview-pdf
  • Body
  • application/json content type Modified
    • voucher_id property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • scale, pages, pdf_design properties Added
  • Response
  • 200 response Modified
    • application/pdf content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • application/json content type Added
  • 422 response Added
  • Header
  • Account-ID header Added
POST /vouchers/resend/email
  • Body
  • application/json content type Modified
    • from_name, recipient_name, message properties Added
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 201, 404 responses Added
  • Header
  • Account-ID header Added
GET /orders
  • Query
  • search query parameter Modified
    • Type went from string to string | null
  • filter[is_live][], filter[is_imported][], filter[store.id][], filter[transaction.currency_code][], filter[type][], filter[payment_gateway][] query parameters Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • transaction, redeemables, vouchers, notes properties Modified
        • store property Added
      • links property Added
  • 401, 403 responses Added
  • Header
  • Account-ID header Added
GET /orders/{order}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, is_live, is_imported, reference, custom_checkout_fields, tags, created_at, updated_at, transaction, redeemables, vouchers, notes_count, notes properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • Header
  • Account-ID header Added
GET /orders/{order}/history
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • data, links, meta properties Added
  • Header
  • Account-ID header Added
  • Query
  • page, per_page query parameters Added
GET /orders/{order}/notes
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • id property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • user property Added
      • links, meta properties Added
  • Header
  • Account-ID header Added
  • Query
  • page, per_page query parameters Added
GET /packages/download/envelopes/outstanding
  • Header
  • Account-ID header Added
  • Query
  • filter[store.id], filter[packaging_option.id], filter[delivery_method.id], search query parameters Added
GET /packages/fulfilled/delivery-methods
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • data property Added
  • Header
  • Account-ID header Added
GET /packages/fulfilled/packaging-options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • data property Added
  • Header
  • Account-ID header Added
GET /packages/outstanding/delivery-methods
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • data property Added
  • Header
  • Account-ID header Added
GET /packages/outstanding/packaging-options
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • data property Added
  • Header
  • Account-ID header Added
GET /products
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • description, list_price, variants, addons, redeem_locations properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • eni, version, is_active, status, validity, monetary_options, price, from_price, comparison_price, tax_percentage, tax_value, liability, custom_fields, pdf_design_store_id, pdf_design, tags, last_purchased, is_scheduled properties Added
      • links property Added
  • 401, 403 responses Added
  • Header
  • Account-ID header Added
  • Query
  • sort, filter[currency_code][], filter[type][], filter[is_active][], filter[status][], include query parameters Added
GET /products/{product}
  • Path went from /products/{id} to /products/{product} (same operationId)
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, name, slug, description, type, currency_code, list_price, variants, addons, redeem_locations, created_at, updated_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • 401, 403 responses Added
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • product path parameter Added
  • Header
  • Account-ID header Added
GET /search/products
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • data property Added
  • 401, 403, 422 responses Added
  • Query
  • query query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • search, filter[currency_code][] query parameters Added
  • Header
  • Account-ID header Added
GET /terminal/search/vouchers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • data property Added
  • Query
  • query query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • search query parameter Added
  • Header
  • Account-ID header Added
GET /vouchers/pdfs/outstanding
  • Header
  • Account-ID header Added
  • Query
  • filter[store.id], filter[packaging_option.id], filter[delivery_method.id], search query parameters Added
PATCH /orders/{order}
  • Body
  • application/json content type Modified
    • tags property Modified
      • Type went from object to array[string]
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, is_live, is_imported, reference, custom_checkout_fields, tags, created_at, updated_at, transaction, redeemables, vouchers, notes_count, notes properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • 403 response Added
  • Header
  • Store-Subdomain header Added
PATCH /products/monetary/{product}
  • Path went from /products/monetary/{id} to /products/monetary/{product} (same operationId)
  • Body
  • application/json content type Modified
    • description, min_value, max_value properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • slug, is_active, status, monetary_options, validity, tax_percentage, custom_fields, tags, scheduled_for, increment_version properties Added
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • 422 response Added
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • product path parameter Added
  • Header
  • Account-ID header Added
PATCH /products/{product}/variants/{variant}
  • Path went from /products/{id}/variants/{variantId} to /products/{product}/variants/{variant} (same operationId)
  • Body
  • application/json content type Modified
    • price property Modified
      • Type went from number to integer
        Breaking
    • comparison_price, validity, increment_version properties Added
  • Path
  • id, variantId path parameters Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • product, variant path parameters Added
  • Header
  • Account-ID header Added
PATCH /transactions/{transaction}
  • Body
  • application/json content type Modified
    • payment_reference property Modified
      • Type went from string to string | null
    • status property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, list_prices_include_tax, list_price, promotion_name, promotion_code, discounts, tax_percentages, tax, value, currency_code, buyer, marketing_consent, completed_at, type, is_imported, payment_gateway, payment_reference properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • Header
  • Account-ID header Added
POST /orders/{order}/notes
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id, content, created_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
  • 422 response Added
  • Header
  • Account-ID header Added
Removed 138 Breaking
POST /exports/redeem-locations/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/promotions/{id}/codes/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/promotions/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/redemptions/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/stores/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/products/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/outstanding/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/invoice/transactions/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /addons/{id}/products/remove
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/transactions/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/users/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /imports
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /invitations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /invitations/accept
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /invitations/decline
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /invitations/{id}/permissions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /invitations/{id}/redeem-locations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /invitations/{id}/stores
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /auth/login
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /auth/login/username
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /auth/logout
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /auth/request-password-reset
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /auth/reset-password
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /auth/signup-from-invitation
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /categories
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /categories/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /codes/code
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /collection-points
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /collection-points/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /delivery-methods
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /delivery-methods/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /emails/domains
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /emails/domains/{hostname}/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/addons/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /exports/expirations/csv
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /notifications/fulfilment
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /stores/multi-product
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /stores/single-product
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /stores/subdomain
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /stores/{id}/categories
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /stores/{id}/categories/order
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /stores/{id}/live
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /stores/{id}/products
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /terminal/basket/check-promotions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /terminal/basket/promotion/code
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /terminal/redeemables/redeem
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /terminal/vouchers
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /transactions/{transaction}/resend
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /users
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /users/remove
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /users/{id}/permissions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /users/{id}/redeem-locations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /users/{id}/stores
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /packaging-options
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /packaging-options/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /payment-gateways/connect/paypal/complete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /payment-gateways/connect/paypal/generate-url
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /payment-gateways/connect/stripe/complete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /payment-gateways/connect/stripe/generate-url
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /payment-gateways/remove
  • 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/{id}/addons
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /products/{id}/redeem-locations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /promotions/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /promotions/total-order
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /promotions/{id}/codes/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /promotions/{id}/stores
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /redeem-locations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /redeem-locations/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /schedules/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /emails/domains/{hostname}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /imports
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /invitations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /invitations/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /invitations/{id}/display
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /invoices
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /invoices/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /partner
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /payment-gateways
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /promotions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /promotions/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /redeem-locations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /redeem-locations/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /sanctum/csrf-cookie
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /search/addons
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /search/categories
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /search/email-domains
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /invitations/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
DELETE /stores/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /accounts
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /addons
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /addons/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /auth/check
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /auth/check/redeem-location
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /auth/verify-email/{userId}/{hash}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /categories
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /categories/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /codes
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /currencies/used-by-addons
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /currencies/used-by-products
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /currencies/used-by-promotions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /currencies/used-by-stores
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /currencies/used-by-transactions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /emails/domains
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /collection-points/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /delivery-methods/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /invitations/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /notifications/fulfilment/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /packaging-options/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /products/price/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /products/variant/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /promotions/total-order/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /promotions/{type}/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /redeem-locations/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /stores/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /subscriptions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /users/{id}/email
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /users/{id}/username
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /addons
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /addons/delete
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /addons/{id}/products/add
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /search/payment-gateways
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /search/redeem-locations
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /search/stores
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /stores
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /stores/all/with-trashed
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /stores/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /subscriptions
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /terminal/products/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /terminal/redeemables/{id}
  • Removing a resource is always breaking unless it was deprecated before
    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/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /users
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /users/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /addons/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /auth
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /categories/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
POST /transactions/{transaction}/resend
POST /products/slug