---
document_id: agent.dataset.jd.task.shop_performance
schema_version: 1
---

<!-- Generated by scripts.build_agent_guide; do not edit. -->

# Shop performance / 店铺销售表现

Query monthly atomic metrics for one exact JD shop ID or standard URL.

按精确京东店铺 ID 或标准链接查询月度原子指标。

## Required inputs / 必要输入

- `shop_reference` — `exact_reference`; required (`shop_id`): Exact JD shop ID or standard URL
  精确京东店铺 ID 或标准链接
- `time` — `user_required`; required: Analysis time range
  分析时间范围

## Steps / 步骤

1. `query_trend` · `query_metrics` — Query shop metrics grouped by month.
   按月查询店铺销售指标。
   - metrics: `gmv`, `units`, `asp`
   - group_by: `shop_id`, `shop_url`, `month`
   - filters: `shop_id eq ${shop_reference}`
   - time: `${time}`

## Output requirements / 输出要求

- Present a month-by-month trend with metric definitions.
  按月展示趋势并附指标口径。

## Limitations / 限制

- Do not infer traffic, inventory, or operational causes.
  不推断流量、库存或经营原因。

## Stop conditions / 停止条件

- Stop and request an exact shop ID or standard URL when normalization fails.
  引用规范化失败时停止并要求精确店铺 ID 或标准链接。
