strategy-price-lists
List strategy price lists
Returns a paginated list of price list bindings for the given strategy. Each item joins the referenced PriceList name. Default sort is priority ascending (lowest = primary).
get/api/v1/strategies/{strategyId}/price-lists
Path parameters
strategyIdstring uuid required
Example:01920000-0000-7000-8000-000000000000
Parent strategy identifier (UUID).
Query parameters
activeboolean
price_list_idstring
pagenumber
limitnumber
sortBystring
sortOrderstring
Response
Paginated list of strategy price lists.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}