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

Aug 1, 2024

main
1.0.0
Compare

API structure has changed

7 structure changes including:
2 Additions
5 Modifications
Modified 5 Breaking
POST /brands
  • Body
  • application/json content type Modified
    • handle, title, description, logo properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • brand property Added
  • multipart/form-data content type Modified
    • logo, handle, title, description properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • brand[logo], brand[handle], brand[title], brand[description] properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id, handle, title, description, logo, created_at, updated_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • brand property Added
POST /categories
  • Body
  • application/json content type Modified
    • title, parent_id, handle properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • category property Added
POST /vendors
  • Body
  • application/json content type Modified
    • name, minimum_order_value, minimum_order_quantity, address1, address2, city, state, zip, country, website, email, phone, ein, order_contact_name, order_contact_phone, payment_contact_name, payment_contact_phone, shipping_type, shipping_scheme, status, order_processing_time, order_processing_on, order_shipping_days, order_processing_cut_off_time, order_terms, description, logo properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • vendor property Added
PUT /brands/{brandId}
  • Body
  • application/json content type Modified
    • handle, title, description, logo properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • brand property Added
PUT /vendors/{vendorId}
  • Body
  • application/json content type Modified
    • name, minimum_order_value, minimum_order_quantity, address1, address2, city, state, zip, country, website, email, phone, ein, order_contact_name, order_contact_phone, payment_contact_name, payment_contact_phone, shipping_type, shipping_scheme, status, order_processing_time, order_processing_on, order_shipping_days, order_processing_cut_off_time, order_terms, description, logo properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • vendor property Added
Added 2
GET /custom_fields
POST /custom_fields