v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
price-lists

List price list items

Returns a paginated list of items belonging to the given price list. Items of price lists that are inactive (active=false) are still returned.

get/api/v1/price-lists/{id}/items

Path parameters

idstring uuid required
Example:01920000-0000-7000-8000-000000000000

Price list identifier (UUID).

Query parameters

qstring
skusstring[]
pagenumber
limitnumber
sortBystring
sortOrderstring

Response

Paginated list of price list items.

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}