# 获取推客对某个商品的推广二维码

# 接口说明

可通过该接口,可获取到推客对某个商品的推广二维码

# 接口调用请求说明

POST https://api.weixin.qq.com/channels/ec/promoter/get_product_promotion_qrcode_info?access_token=ACCESS_TOKEN

# 请求参数说明

参数 类型 是否必填 描述
sharer_appid string 推客 appid,和sharer_openid二选一
sharer_openid string 推客在小程序中的openid,和sharer_appid二选一
product_id number 商品 id,如果使用该参数,需要传入shop_appid
shop_appid string 商品所属店铺 appid
product_short_link string 商品短链,和 product_id 二选一

# 请求参数示例

{
    "sharer_appid": "appid",
    "product_id": 10,
    "shop_appid":"appid"
}

# 返回参数说明

参数 类型 描述
errcode number 错误码
errmsg string 错误信息
qrcode_url string 推广二维码

# 结构体

# ProductInfo

绑定的推客内容

参数 类型 描述
product_id number 商品 id
shop_appid string 商品所属店铺 appid

# 返回参数示例

{
  "errcode": "0",
  "errmsg": "ok",
  "qrcode_url": "url"
}

# 错误码

错误码 错误描述
公共错误码 -
10024000 参数错误