List price lists
Cursor-paginated list of every price list for the tenant. Returns metadata only — entries are not included. Use GET /api/v1/price-lists/{id} for the entry rows.
An event quotes from up to three lists at once: one for flowers, one for materials and one for hire, which is
why productType matters when picking the list to write an event against.
GET
/api/v1/price-listsAuthorization
AuthorizationBearer token (bloomcount_...) · headerrequiredQuery parameters
fieldsstringComma-separated list of the fields to return, so a caller can ask for the parts of an object it actually uses. A dotted path reaches inside a collection, so `variants.sku` keeps the variants array with only each variant's SKU. The object's own id comes back whether or not it is listed, which keeps a trimmed response addressable. A name that the resource hasn't got returns 422 `unknown_fields:` followed by the names that did not resolve. Omit the parameter for the full object.
limitintegermin 1 · max 100 · default: 25
cursorstringproductTypestringRestrict to one product-type bucket (flower / material / hire).
Allowed:
flowermaterialhireResponses
200OK
itemsListedPriceList[]requiredShow propertiesHide properties
Array of
ListedPriceListpriceListIdstringrequirednamestringrequireddescriptionstringrequireddatestringrequiredproductTypestring | nullFilters which products this list prices.
- `flower` — fresh-stem variants only.
- `material` — sundry variants only.
- `hire` — studio-owned hireable variants only. Each entry on a hire price list is the daily fee charged when the line is added to an event; line totals are computed as `dailyFee × days × qty` with the list's tax + markup applied.
Allowed:
flowermaterialhiredefaultMarkupMultipliernumber<float> | nulltaxGroupIdstring | nulltaxExemptboolean | nullisDonebooleanrequiredcursorstring | nullrequired401Missing or invalid API key, or revoked / expired.
errorstringrequired403Authenticated, but the key lacks the required scope or the tenant has no API access.
errorstringrequired422Request body or arguments failed validation.
errorstringrequired429Per-minute rate limit (60/min) or per-month cap exceeded.
errorstringrequired