Returns price list and warehouse items. The endpoint supports full-text search by item name, warehouse code, and EAN, filtering by price and stock, and pagination. The response returns the total stock of the item, not a per-warehouse stock breakdown.
Bearer token created for a specific company in Integrations → API.
Full-text search by item name, warehouse code, or EAN.
255"match"
Minimum unit price excluding VAT.
10
Maximum unit price excluding VAT.
100
Minimum current stock level of the item.
1
Maximum current stock level of the item.
50
When true, the endpoint returns only items with warehouse tracking enabled.
true
Field used to sort the list.
name, unit_price, stock "stock"
Sort direction.
asc, desc "desc"
Number of items per page. Maximum is 200.
1 <= x <= 20050
Page number to return.
x >= 12