商品变更推送

拥有此API的权限集并订阅此消息推送
商品管理-查询

推送参数

参数名 必选 类型 说明
type String 推送类型:goods_change
app_id String 店铺id
message_id String 消息ID
retry_times int 重试次数
xe_data Object 业务数据

xe_data 参数结构

参数名 必选 类型 说明
app_id String 店铺id
action String 事件类型:insert-商品创建通知, update-商品变更通知
title String 商品变更推送标题
resource_id String 资源id
resource_type string 资源类型
content String 商品内容说明

特殊说明 推送条件:在小鹅云订阅了商品变更推送功能后,当一个商品信息变更时触发。

推送解密后示例

<doc>
    <app_id>appAKLWLitnxxxx</app_id>
    <message_id>20221012_xxxxxxxx</message_id>
    <retry_times>0</retry_times>
    <type>goods_change</type>
    <xe_data>
        <app_id>appAKLWLitnxxxx</app_id>
        <resource_id>v_6346329ce4b050af23c3xxxx</resource_id>
        <title>商品变更通知</title>
        <action>update</action>
        <content>商品名称:123,商品资源ID:v_6346329ce4b050af23c3xxxx,商品信息发生变更,请知悉。</content>
    </xe_data>
</doc>

results matching ""

    No results matching ""