cURL
curl --request GET \ --url https://api.secure.quotivity.com/v1/pricebooks/{priceBookId}/{productId}/{currency} \ --header 'x-api-key: <api-key>'
{ "productId": "<string>", "currency": "<string>", "standardPrice": 123, "listPrice": 123, "adjustmentType": "<string>" }
Retrieves the price of a specific product in a specific currency from a price book
Successfully retrieved product price