Skip to main content
GET
/
products
/
{productId}
/
prices
Get Product Prices
curl --request GET \
  --url https://api.secure.quotivity.com/v1/products/{productId}/prices \
  --header 'x-api-key: <api-key>'
{
  "productId": "<string>",
  "prices": [
    {
      "priceBookId": "<string>",
      "priceBookName": "<string>",
      "listPrice": {},
      "standardPrice": {},
      "adjustments": {}
    }
  ],
  "standardPrice": {},
  "properties": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

productId
string
required

Response

Successfully retrieved product prices

productId
string
required
prices
object[]
required
standardPrice
object
required
properties
object
required