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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - brand property Added
 
 - 
  handle, title, description, logo properties Removed
    
 - 
  multipart/form-data content type Modified
    
- 
  logo, handle, title, description properties Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - brand[logo], brand[handle], brand[title], brand[description] properties Added
 
 - 
  logo, handle, title, description properties Removed
    
 - 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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - brand property Added
 
 - 
  id, handle, title, description, logo, created_at, updated_at properties Removed
    
 
 - 
  application/json content type Modified
    
 
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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - category property Added
 
 - 
  title, parent_id, handle properties Removed
    
 
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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - vendor property Added
 
 - 
  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
    
 
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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - brand property Added
 
 - 
  handle, title, description, logo properties Removed
    
 
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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - vendor property Added
 
 - 
  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
    
 
        Added
        2
      
      GET /custom_fields
          POST /custom_fields