cURL
curl --request GET \ --url https://api.quote.hapily.com/v1/pricebooks/{priceBookId}/{productId}/{currency} \ --header 'x-api-key: <api-key>'
{ "productId": "<string>", "price": 123, "currency": "<string>", "effectiveDate": "2023-11-07T05:31:56Z" }
Retrieves the price of a specific product in a specific currency from a price book
Successfully retrieved product price