Change Updates

Do not miss any Referspecs API changes, ever again

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

RSS

May 8, 2025

main
1.0.0
Compare

API structure has changed

9 structure changes including:
1 Breaking change
2 Additions
6 Modifications
1 Removal
Modified 6 Breaking
DELETE /products/{id}
  • Response
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
GET /products
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • object, data, has_more, url properties Added
  • Query
  • limit, active query parameters Added
GET /products/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id property Modified
        • Permission is no longer readOnly
        • Property is no longer required
      • name property Modified
        • Property is no longer required
      • image, price properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • object, active, created, default_price, images, livemode, metadata, package_dimensions, shippable, statement_descriptor, tax_code, unit_label, updated, url properties Added
POST /message/guest
  • Body
  • application/json content type Modified
    • prompt property Modified
      • Property is no longer required
    • history property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • response property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • serial, message, from, summary properties Added
POST /message/logged-in
  • Body
  • application/json content type Modified
    • prompt property Modified
      • Property is no longer required
    • history property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • response property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • serial, message, from, summary properties Added
POST /products
  • Body
  • application/json content type Modified
    • image, price properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • id, active, default_price_data, images, metadata, package_dimensions, shippable, statement_descriptor, tax_code, unit_label, url properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id property Modified
        • Permission is no longer readOnly
        • Property is no longer required
      • name property Modified
        • Property is no longer required
      • image, price properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • object, active, created, default_price, images, livemode, metadata, package_dimensions, shippable, statement_descriptor, tax_code, unit_label, updated, url properties Added
Removed 1 Breaking
PATCH /products/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
GET /products/search
PUT /products/{id}