# 更新团购优惠

更新成功后,将通过「团购优惠更新回调」接口通知商家。

# 接口调用请求说明

http请求方式:POST
https://api.weixin.qq.com/channels/ec/product/locallife/update?access_token=ACCESS_TOKEN

# 请求参数示例

{
    "product_id": "15000000134007",
    "out_product_id": "test-out_id",
    "product_type": 1,
    "product_name": "测试商品改",
    "category_id": "1452",
    "brand_id": "2100000000",
    "head_imgs": [
        "https://mmecimage.cn/p/wx2b255582a7b4bfd0/HA7ukhipcfggnDP8l5EqCwX1YsvxMZwAFvoPNqG-IbU",
        "https://mmecimage.cn/p/wx2b255582a7b4bfd0/HO7eONXc8Y9uLHr0q0Rs6UvJ0iC0oAuQD3whJEA5Sc4",
        "https://mmecimage.cn/p/wx2b255582a7b4bfd0/HKBXBm8pze5WcayaDacjfSveBYQIQzKrVaR3zi2tja4"
    ],
    "verify_page": {
        "appid": "wxca8d4b8e8feedc2a",
        "path": "main/channels/buy/buy.html?productId=123"
    },
    "code_source_type": 1,
    "attr_kv_map": {
        "voucher_amount": "222",
        "use_date_rule": "{\"validate_type\":1,\"use_date\":{\"use_start_date\":\"2023-11-29\",\"use_end_date\":\"2023-12-15\"}}",
        "exclusive_date": "{\"days_of_week\":[]}",
        "settle_type": "2",
        "need_phone_num": "0",
        "bring_out_type": "1",
        "refund_policy": "0",
        "use_time": "{\"use_time_type\":1,\"time_periods\":[]}"
    },
    "skus": [
        {
            "sku_id": "1930992007",
            "sale_price": 111
        }
    ]
}

# 回包示例

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

# 请求参数说明

参数 类型 是否必填 参数描述
product_id string(uint64) 平台生成的id
product_type number 券类型。1. 代金券;2. 兑换券;3. 次卡。创建后不支持修改。
product_name string 名称(最少3字符,最多60字符)
category_id string(uint64) 三级类目id,通过接口[获取所有的类目
brand_id string(uint64) 品牌id,店铺可用接口通过[获取生效中的品牌资质列表
head_imgs array<string> 主图。必使用接口[上传图片
product_qua_infos array<ProductQuaInfos> 商品资质列表,所创建的商品需核验其他资质时填入(如酒店房间含早餐);
资质列表可参考[获取类目信息
verify_page WxAppPath 核销跳转出口,订单详情页可跳转至商家小程序核销
verify_at_store number 是否支持到店核销。1. 支持,0. 不支持。默认1.支持。当选择0.不支持时,订单页面将不展示核销二维码,且必须填写verify_page参数。
code_source_type number 1. 平台生成;2. 商家自定义;3. 发券实时传code (实时发券模式暂不开放) 。创建后不支持修改。
attr_kv_map map<string, string> 商品属性kv,具体字段参照结构体定义【代金券属性KV】或者【兑换券属性KV】小节
skus array<SkuInfo> 售卖单元,更新时sku_id为必填项。本接口不支持直接设置库存数量,请调用修改团购优惠库存的接口设置库存数量。

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息