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": 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
}