API structure has changed
  4 structure changes including:
    
    4 Modifications
        Modified
        4
      
      GET /products
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - supplierProduct property Added
 
 
- 
  application/json content type Modified
    
GET /products/{id}
              - Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - supplierProduct property Added
 
 
- 
  application/json content type Modified
    
PATCH /products/{id}
              - Body
- 
  application/json content type Modified
    - supplierProduct property Added
 
- Response
- 
  200 response Modified
    - 
  application/json content type Modified
    - supplierProduct property Added
 
 
- 
  application/json content type Modified
    
POST /products
              - Body
- 
  application/json content type Modified
    - supplierProduct property Added
 
- Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - supplierProduct property Added
 
 
- 
  application/json content type Modified
    
