price-lists
List price lists
Returns a paginated list of price lists scoped to the caller account.
get/api/v1/price-lists
Query parameters
activeboolean
codestring
qstring
pagenumber
limitnumber
sortBystring
sortOrderstring
Response
Paginated list of price lists.
Example response
{
"data": [
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}
],
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}