GET /mashup/ecommerce/price
Reiknaðu alþjóðlegt vöruverð fyrir netverslun með því að sameina gjaldmiðlabreytingu, staðbundna VSK/skatthlutfallið og leiðréttingar fyrir kaupmáttarjafnvægi. Sláðu inn vöruverð og uppruna gjaldmiðil, tilgreindu mark-lönd og fáðu staðbundið verð með sköttum innifalin. Gagnlegt fyrir SaaS-fyrirtæki sem setja svæðisbundið verð, netverslunarpalla með alþjóðlega viðskiptavini og markaðsrannsóknarverkfæri sem bera saman raunverulegt verð yfir landamæri.
price
nauðsynlegt
Price
from_currency
nauðsynlegt
Currency
to
nauðsynlegt
Target countries
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
price |
Já | - | Price |
from_currency |
Já | - | Currency |
to |
Já | - | 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": 85.35,
"country": "Germany",
"currency": "EUR",
"exchange_rate": 0.86214329,
"is_holiday_today": false,
"ppp_analysis": {
"fair_price_local": 59.82,
"note": "Price may feel expensive to local consumers",
"perception_index": 1.43
},
"shipping_alert": null,
"upcoming_holidays": [
{
"date": "2026-05-24",
"name": "Pentecost"
},
{
"date": "2026-05-25",
"name": "Whit Monday"
}
],
"vat": {
"amount": 16.22,
"rate": 19.0,
"total": 101.57
}
},
{
"code": "JP",
"converted_price": 15755.16,
"country": "Japan",
"currency": "JPY",
"exchange_rate": 159.14302957,
"is_holiday_today": false,
"ppp_analysis": {
"fair_price_local": 1488273.78,
"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
}