Product edit message

Updated at:

This message is sent when a channel merchant edits a product's title, main image, image list, or details URL.

Topic

Kafka topic

product

Message type

Ordered message

Message partition key

productId

Message body

Name

Type

Description

Example value

event

String

Message type

ProductEdited

body

purchaserId

Long

Purchaser ID

PID22****06

productId

Long

Product ID

6600574030******09

beforeProduct

EditableProduct

Product information before the change

afterProduct

EditableProduct

Product information after the change

Example

{
    "event":"ProductEdited",
    "body":{
        "purchaserId":"PID22****06",
        "productId":"6600574030******09",
        "beforeProduct":{
            "title":"Xi'an/Chengdu purchase limit test product-yh-Do not place order supplier edit title",
            "picUrl":"https://linkedmall-public-stage.oss-cn-hangzhou.aliyuncs.com/moda/10200001/material/Image/b49d61dd-413c-40ef-b9ee-74c2d481d152-16947******12.jpg",
            "images":[
                "//img.alicdn.com/imgextra/i2/2214281521988/O1CN01mBXX711QYYFAxfNiX_!!22142******88.jpg",
                "https://linkedmall-public-stage.oss-cn-hangzhou.aliyuncs.com/moda/10200001/material/Image/5f3b177a-70e9-418c-ab70-c5a7541aff2c-16946******35.jpg"
            ],
            "descPath":"http://linkedmall-public-stage.oss-cn-hangzhou.aliyuncs.com/product/desc/660057403063402509/6718186813******20",
            "extendPropertyList": [
              {
                "key": "ss_picture_scene",
                "value": "//img.alicdn.com/imgextra/i4/6000******29/O1CN01tvxOM21nl8L2f3VOE_!!6000000005129-0-at.jpg"
              },
              {
                "key": "ss_picture_white_background",
                "value": "//img.alicdn.com/imgextra/i2/600******63/O1CN01BiM5u527DVZnkOXsh_!!6000000007763-2-at.png"
              },
              {
                  "key": "multipleBuyLimit",
                  "value": "3"
              }
            ],
            "properties": [
              {
                  "propertyId": 122276217,
                  "text": "Difficulty",
                  "values": [
                      {
                          "valueId": 118685935,
                          "valueName": "Somewhat difficult"
                      }
                  ]
              },
              {
                  "propertyId": 184946502,
                  "text": "Includes flower bud/scape",
                  "values": [
                      {
                          "valueId": 21958,
                          "valueName": "Yes"
                      }
                  ]
              },
              {
                  "propertyId": 1627207,
                  "text": "Color",
                  "values": [
                      {
                          "valueId": 4266701,
                          "valueName": "Off-white"
                      },
                      {
                          "valueId": 4950473,
                          "valueName": "Orange-red"
                      },
                      {
                          "valueId": 28866,
                          "valueName": "Navy blue"
                      }
                  ]
              }
          ],
          "taxRate": 600,
          "taxCode": 30402030000******00
        },
        "afterProduct":{
            "title":"Xi'an/Chengdu purchase limit test product-yh-Do not place order supplier edit title",
            "picUrl":"https://linkedmall-public-stage.oss-cn-hangzhou.aliyuncs.com/moda/10200001/material/Image/b49d61dd-413c-40ef-b9ee-74c2d481d152-16947******12.jpg",
            "images":[
                "//img.alicdn.com/imgextra/i2/2214281521988/O1CN01mBXX711QYYFAxfNiX_!!22142******88.jpg",
                "https://linkedmall-public-stage.oss-cn-hangzhou.aliyuncs.com/moda/10200001/material/Image/5f3b177a-70e9-418c-ab70-c5a7541aff2c-16946******35.jpg"
            ],
            "descPath":"http://linkedmall-public-stage.oss-cn-hangzhou.aliyuncs.com/product/desc/660030744201396343/6718325283******92",
             "extendPropertyList": [
              {
                "key": "ss_picture_scene",
                "value": "//img.alicdn.com/imgextra/i4/6000******29/O1CN01tvxOM21nl8L2f3VOE_!!6000000005129-0-at.jpg"
              },
              {
                "key": "ss_picture_white_background",
                "value": "//img.alicdn.com/imgextra/i2/600******63/O1CN01BiM5u527DVZnkOXsh_!!6000000007763-2-at.png"
              },
              {
                  "key": "multipleBuyLimit",
                  "value": "3"
              }
            ],
            "properties": [
              {
                  "propertyId": 122276217,
                  "text": "Difficulty",
                  "values": [
                      {
                          "valueId": 118685935,
                          "valueName": "Somewhat difficult"
                      }
                  ]
              },
              {
                  "propertyId": 184946502,
                  "text": "Includes flower bud/scape",
                  "values": [
                      {
                          "valueId": 21958,
                          "valueName": "Yes"
                      }
                  ]
              },
              {
                  "propertyId": 1627207,
                  "text": "Color",
                  "values": [
                      {
                          "valueId": 4266701,
                          "valueName": "Off-white"
                      },
                      {
                          "valueId": 4950473,
                          "valueName": "Orange-red"
                      },
                      {
                          "valueId": 28866,
                          "valueName": "Navy blue"
                      }
                  ]
              }
          ],
          "taxRate": 600,
          "taxCode": 30402030000******00
        }
    }
}

Change history

Change time

Change summary

Operation

2023-09-11

Initialization

Added