Pricing
Daalder has support for:
- Multi currency (different prices in different currencies for a single product).
- Customer specific pricing.
- Customer group specific pricing.
- Bulk pricing.
Product prices are presented by the Daalder API in the following format:
"prices": [
{
"price": "47499.00",
"price_excluding_vat": "37999.20",
"currency": "kr",
"min_order_amount": 1,
"vat_rate_percentage": 25,
"type": "default"
}
],