Picqer – Gotchas

Service ID: picqer

Picqer is een super eenvoudig te gebruiken online tool voor het beheren van je magazijn. Speciaal gericht op webwinkels.

⚠️

3 gotchas across 3 resources

These are connector-specific behaviors and limitations to be aware of when integrating.

Customers1 gotcha

allcustomersAll

Picqer does not expose a total record count in list responses. meta.total_count will not appear.

Orders1 gotcha

allordersAll

Picqer does not expose a total record count in list responses. meta.total_count will not appear.

line_items[].total_amount is computed as products[].price × products[].amount. Picqer's API exposes per-unit price and quantity separately but does not return a precomputed line total.

line_items[].unit_price and line_items[].total_amount are based on products[].price, which is the per-unit price excluding VAT. Picqer does not return tax amounts on order line items; the VAT rate is only available as a VAT group reference (idvatgroup). If your integration requires tax-inclusive totals, apply the applicable VAT rate from the Picqer VAT Groups API.

Products1 gotcha

allproductsAll

Picqer does not expose a total record count in list responses. meta.total_count will not appear.