GET /mashup/ecommerce/price
Beregn internasjonal produktprising for e-handel, som kombinerer valutakonvertering, lokale MVA-/skattesatser og kjøpekraftsparitetsjusteringer. Oppgi en produktpris og kildevaluta, spesifiser målland, og få lokaliserte priser med skatt inkludert. Nyttig for SaaS-selskaper som setter regional prising, e-handelsplattformer med internasjonale kunder og markedsforskningsverktøy som sammenligner effektive priser på tvers av landegrenser.
price
påkrevd
Price
from_currency
påkrevd
Currency
to
påkrevd
Target countries
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
price |
Ja | - | Price |
from_currency |
Ja | - | Currency |
to |
Ja | - | Target countries |
curl "https://nordapi.ee/api/v1/mashup/ecommerce/price?price=99&from_currency=USD&to=DE,JP"
curl "https://nordapi.ee/api/v1/mashup/ecommerce/price?price=99&from_currency=USD&to=DE,JP"
curl "https://nordapi.ee/api/v1/mashup/ecommerce/price?price=49&from_currency=EUR&to=NO,SE,DK"
curl "https://nordapi.ee/api/v1/mashup/ecommerce/price?price=29&from_currency=GBP&to=US,DE,JP,AU"
{
"markets": [
{
"code": "DE",
"converted_price": 86.48,
"country": null,
"currency": "EUR",
"exchange_rate": 0.87351502,
"is_holiday_today": false,
"ppp_analysis": {
"fair_price_local": 60.61,
"note": "Price may feel expensive to local consumers",
"perception_index": 1.43
},
"shipping_alert": null,
"upcoming_holidays": [
{
"date": "2026-08-15",
"name": "Assumption Day"
},
{
"date": "2026-09-20",
"name": "World Children's Day"
}
],
"vat": {
"amount": 16.43,
"rate": 19.0,
"total": 102.91
}
},
{
"code": "JP",
"converted_price": 15953.46,
"country": null,
"currency": "JPY",
"exchange_rate": 161.14605171,
"is_holiday_today": false,
"ppp_analysis": {
"fair_price_local": 1507005.65,
"note": "Price may feel like a good deal locally",
"perception_index": 0.01
},
"shipping_alert": null,
"upcoming_holidays": [
{
"date": "2026-07-20",
"name": "Marine Day"
},
{
"date": "2026-08-11",
"name": "Mountain Day"
}
],
"vat": null
}
],
"source_currency": "USD",
"source_price": 99.0,
"success": true
}