GET /shopping/active
检查当前有哪些购物活动和促销假日正在进行。返回所有进行中的活动及其名称、开始和结束日期以及描述。适用于促销活动期间自动显示的电商横幅、优惠聚合应用和在活跃购物期间触发营销活动的营销自动化工具。
country
可选
Country
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
country |
否 | - | Country |
curl https://nordapi.ee/api/v1/shopping/active
curl https://nordapi.ee/api/v1/shopping/active
curl "https://nordapi.ee/api/v1/shopping/active?country=US"
{
"count": 1,
"data": [
{
"category": "seasonal",
"countries": [
"GLOBAL"
],
"date": "2026-04-03",
"days_until": 0,
"description": "Spring sales event. Fashion, home & garden, chocolate/confectionery.",
"duration_days": 4,
"end_date": "2026-04-06",
"id": "easter_sales",
"impact": "high",
"is_active": true,
"name": "Easter Sales",
"status": "active_now"
}
],
"is_shopping_holiday": true,
"success": true
}