API structure has changed
6 structure changes including:
3 Breaking changes
3 Additions
3 Removals
Removed
3
Breaking
DELETE /pricebooks/{pricebookID}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /pricebooks/{pricebookID}
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /pricebooks/{pricebookID}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
3
DELETE /pricebook/{pricebookID}
GET /pricebook/{pricebookID}
PUT /pricebook/{pricebookID}