Skip to main content
GET
/
pricebooks
/
{priceBookId}
/
{productId}
/
{currency}
Get Product Price
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required
productId
string
required
currency
string
required

Response

Successfully retrieved product price

productId
string
required
currency
string
required
standardPrice
number | null
required
listPrice
number | null
required
adjustmentType
string | null
required