cURL
curl --request GET \ --url https://api.secure.quotivity.com/v1/pricebooks/{priceBookId}/products/{productId}/adjustment \ --header 'x-api-key: <api-key>'
{ "adjustment": { "type": "override", "amount": 123, "allowUnitPriceEditing": true } }
Retrieves the adjustment for a product in a price book for a specific currency.
Adjustment retrieved successfully
Show child attributes