Change Updates

Do not miss any Admin APIs API changes, ever again

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

RSS

Apr 17, 2025

main
1.0.0
Compare

API structure has changed

Next change
4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /items/{itemId}/variants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • category_id, vendor_id, brand_id, category_name, vendor_name, brand_name properties Added
GET /items/{itemId}/variants/{variantId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • category_id, vendor_id, brand_id, category_name, vendor_name, brand_name properties Added
POST /items/{itemId}/variants
  • Body
  • application/json content type Modified
    • variant property Modified
      • title property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • category_id, vendor_id, brand_id, category_name, vendor_name, brand_name properties Added
PUT /items/{itemId}/variants/{variantId}
  • Body
  • application/json content type Modified
    • variant property Modified
      • title property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • category_id, vendor_id, brand_id, category_name, vendor_name, brand_name properties Added