Skip to main content
GET
List price list items

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Query Parameters

name
string

Full-text search by item name, warehouse code, or EAN.

Maximum string length: 255
Example:

"match"

priceFrom
number<float>

Minimum unit price excluding VAT.

Example:

10

priceTo
number<float>

Maximum unit price excluding VAT.

Example:

100

stockFrom
number<float>

Minimum current stock level of the item.

Example:

1

stockTo
number<float>

Maximum current stock level of the item.

Example:

50

onlyWarehouseItems
boolean
default:false

When true, the endpoint returns only items with warehouse tracking enabled.

Example:

true

sortBy
enum<string>
default:name

Field used to sort the list.

Available options:
name,
unit_price,
stock
Example:

"stock"

sortDirection
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc
Example:

"desc"

perPage
integer
default:50

Number of items per page. Maximum is 200.

Required range: 1 <= x <= 200
Example:

50

page
integer
default:1

Page number to return.

Required range: x >= 1
Example:

2

Response

Price list item list.

data
object[]

Items on the current page.

paginator
object

Pagination metadata for the current result.