# 获取商品详细信息

# 接口说明

通过该接口可获取商品详细信息。(仅历史数据,暂无当日数据)

# 接口调用请求说明

POST https://api.weixin.qq.com/channels/ec/compass/shop/product/data/get?access_token=ACCESS_TOKEN

# 请求参数说明

参数 类型 是否必填 描述
ds string 日期,格式YYYYMMDD
product_id string 商品id

# 请求参数示例

{
    "ds": "20240520",
    "product_id": "10000099582075"
}

# 返回参数说明

参数 类型 描述
errcode number 错误码
errmsg string 错误信息
product_info.product_id string 商品id
product_info.head_img_url string 商品图
product_info.title string 商品标题
product_info.price string 商品价格,单位分
product_info.first_category_id string 商品一级类目
product_info.second_category_id string 商品二级类目
product_info.third_category_id string 商品三级类目
product_info.data.pay_gmv string 成交金额,单位分
product_info.data.create_gmv string 下单金额,单位分
product_info.data.create_cnt string 下单订单数
product_info.data.create_uv string 下单人数
product_info.data.create_product_cnt string 下单件数
product_info.data.pay_cnt string 成交订单数
product_info.data.pay_uv string 成交人数
product_info.data.pay_product_cnt string 成交件数
product_info.data.pure_pay_gmv string 成交金额(剔除退款)
product_info.data.pay_gmv_per_uv string 成交客单价(剔除退款)
product_info.data.seller_actual_settle_amount string 实际结算金额,单位分
product_info.data.platform_actual_commission string 实际服务费金额,单位分
product_info.data.finderuin_actual_commission string 实际达人佣金支出,单位分
product_info.data.captain_actual_commission string 实际团长佣金支出,单位分
product_info.data.seller_predict_settle_amount string 预估结算金额,单位分
product_info.data.platform_predict_commission string 预估服务费金额,单位分
product_info.data.finderuin_predict_commission string 预估达人佣金支出,单位分
product_info.data.captain_predict_commission string 预估团长佣金支出,单位分
product_info.data.product_click_uv string 商品点击人数
product_info.data.product_click_cnt string 商品点击次数
product_info.data.product_click_cnt string 商品点击次数
product_info.data.pay_refund_gmv string 成交退款金额,单位分
product_info.data.pay_refund_uv string 成交退款人数,单位分
product_info.data.pay_refund_ratio float 成交退款率
product_info.data.pay_refund_after_send_ratio float 发货后成交退款率
product_info.data.pay_refund_cnt string 成交退款订单数
product_info.data.pay_refund_product_cnt string 成交退款件数
product_info.data.pay_refund_before_send_ratio float 发货前成交退款率
product_info.data.refund_gmv string 退款金额,单位分
product_info.data.refund_product_cnt string 退款件数
product_info.data.refund_cnt string 退款订单数
product_info.data.refund_uv string 退款人数

# 返回参数示例

{
  "errcode": 0,
  "errmsg": "ok",
  "product_info": {
    "product_id": "10000099582075",
    "head_img_url": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SZ/reserved/65f56a990000dbce19b08e5ade908e0b000000a000004f50?imageView2/1/w/800/h/800/q/50",
    "title": "支持细分资质copy",
    "price": "1",
    "first_category_id": "1001",
    "second_category_id": "1002",
    "third_category_id": "1010",
    "data": {
      "pay_gmv": "6",
      "create_gmv": "6",
      "create_cnt": "3",
      "create_uv": "3",
      "create_product_cnt": "6",
      "pay_cnt": "3",
      "pay_uv": "3",
      "pay_product_cnt": "6",
      "pure_pay_gmv": "5",
      "pay_gmv_per_uv": "2",
      "seller_actual_settle_amount": "1",
      "platform_actual_commission": "0",
      "finderuin_actual_commission": "0",
      "captain_actual_commission": "0",
      "seller_predict_settle_amount": "1",
      "platform_predict_commission": "0",
      "finderuin_predict_commission": "0",
      "captain_predict_commission": "0",
      "product_click_uv": "0",
      "product_click_cnt": "0",
      "pay_refund_gmv": "1",
      "pay_refund_uv": "1",
      "pay_refund_ratio": 0.3333333333333333,
      "pay_refund_after_send_ratio": 0.3333333333333333,
      "pay_refund_cnt": "1",
      "pay_refund_product_cnt": "1",
      "pay_refund_before_send_ratio": 0.0,
      "refund_gmv": "1",
      "refund_product_cnt": "1",
      "refund_cnt": "1",
      "refund_uv": "1"
    }
  }
}

# 错误码

错误码 错误描述
公共错误码 -
10021069 请求参数日期格式有误