Skip to main content
GET
/
pricebooks
/
{priceBookId}
/
pricedProducts
Search Price Book Priced Products
curl --request GET \
  --url https://api.secure.quotivity.com/v1/pricebooks/{priceBookId}/pricedProducts \
  --header 'x-api-key: <api-key>'
{
  "total": 123,
  "results": [
    {
      "productId": "<string>",
      "properties": {},
      "prices": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required

Query Parameters

searchKeyword
string
limit
string
default:25
after
string
default:0
amount
string

Reserved for future use.

Response

Search results

total
number
required
results
object[]
required