API structure has changed
  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
 
 
 - 
  data property Modified
    
 
 - 
  application/json content type Modified
    
 
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
 
 
 - 
  application/json content type Modified
    
 
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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 
 - 
  title property Removed
    
 
 - 
  variant property Modified
    
 - Response
 - 
  201 response Modified
    
- 
  application/json content type Modified
    
- category_id, vendor_id, brand_id, category_name, vendor_name, brand_name properties Added
 
 
 - 
  application/json content type Modified
    
 
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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 
 - 
  title property Removed
    
 
 - 
  variant property Modified
    
 - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- category_id, vendor_id, brand_id, category_name, vendor_name, brand_name properties Added
 
 
 - 
  application/json content type Modified