API structure has changed
  15 structure changes including:
    
    5 Additions
    10 Modifications
        Modified
        10
      
      DELETE /vendors/{vendorId}
              - Response
 - 401, 404, 422 responses Added
 
GET /
              - Response
 - 401 response Added
 
GET /categories
              - Response
 - 401, 404 responses Added
 
GET /orders
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- data property Modified
 
 
 - 
  application/json content type Modified
    
 - 401 response Added
 
GET /orders/{orderId}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- Order alternative Modified
 - OrderVerbose alternative Added
 
 
 - 
  application/json content type Modified
    
 - 
  404 response Modified
    
- application/json content type Added
 
 - 401 response Added
 
GET /vendors
              - Response
 - 401 response Added
 
GET /vendors/{vendorId}
              - Response
 - 
  404 response Modified
    
- application/json content type Added
 
 - 401 response Added
 
POST /categories
              - Response
 - 401, 404, 422 responses Added
 
POST /vendors
              - Response
 - 401, 422 responses Added
 
PUT /vendors/{vendorId}
              - Response
 - 
  404 response Modified
    
- application/json content type Added
 
 - 401, 422 responses Added
 
        Added
        5
      
      DELETE /brands/{brandId}
          GET /brands
          GET /brands/{brandId}
          POST /brands
          PUT /brands/{brandId}