List Price Books
GET https://api.secure.quotivity.com/v1/pricebooksRetrieves a list of all price books
Send your API key in the x-api-key header. See Generating API keys.
Query parameters
Section titled “Query parameters”| Name | Type | Required | Description |
|---|---|---|---|
onlyEffective |
true |
No | When set to ‘true’, only returns price books that are currently effective based on their effective date range. |
Responses
Section titled “Responses”| Status | Body | Description |
|---|---|---|
200 |
PriceBook[] | Successfully retrieved price books |
401 |
— | Unauthorized |
500 |
— | Internal Server Error |
Schemas
Section titled “Schemas”PriceBook
Section titled “PriceBook”| Field | Type | Required | Description |
|---|---|---|---|
id |
string | Yes | — |
accountId |
string | Yes | — |
name |
string | Yes | — |
description |
string | Yes | — |
bundleOptionId |
string | No | — |
isDeleted |
boolean | No | — |
effectiveStartDate |
string | No | ISO date string (e.g. “2025-01-01”). Requires PRICE_BOOK_EFFECTIVE_DATES feature. |
effectiveEndDate |
string | No | ISO date string (e.g. “2025-12-31”). Requires PRICE_BOOK_EFFECTIVE_DATES feature. |
Ask the help center
Answers come from these guides, with links to the articles used.
Ask anything about configuring quoting in Quotivity Studio.