Pricelists
Liste de prețuri — enumerate available pricelists and look up their IDs for use in the product list filter.
Filters on list endpoints are URL path segments, not query strings —
see Conventions.
The Swagger tester
works best for JSON body endpoints.
GET
/pricelists/list/
List pricelists
Returns a paginated list of pricelists defined in the account.
Each row includes: bocp_id, name, deleted, item_count (number of product rules), currency, currency_id, flag_used_for_sites, last_changed_ts, rec_ts.
Use the returned bocp_id as the pricelist_id filter value on /product/list/.
Standard filters: modifiedafter, modifiedthrough, id, minid, page.
Responses
| Status | Description |
|---|---|
200 |
OK — response uses the shared envelope. |
400 |
Request is malformed or a required field is missing / invalid. |
401 |
Missing or invalid Basic Auth credentials. |
This page is generated from openapi.json.