Pricelists

With pricelists you can have multiple prices per product. Per order and per customer you can define all the pricelists they can use. When products are added to an order without defining a price, the best pricelist price will be used.

New pricelists can only be added in the app. But product prices per pricelist can be added via the API, as well as attach pricelists to orders and customers.

Get all pricelists

GET https://example.picqer.com/api/v1/pricelists
HTTP/1.1 200 OK [ { "idpricelist":1, "name":"Export" } ]
This endpoint uses pagination.

Get a single pricelist

GET https://example.picqer.com/api/v1/pricelists/{idpricelist}
HTTP/1.1 200 OK { "idpricelist":1, "name":"Export" }
Read more Picking containers