| 名称 | 类型 | 是否必须 | 示例值 | 描述 |
|---|---|---|---|---|
| biz_date | String | 可选 | 123456 | 发生时间 |
| biz_uniq_id | String | 可选 | 123456 | 业务编号,唯一性,用于幂等,避免重复处理 |
| merchant_code | String | 可选 | 123456 | 商家编码 |
| sale_inventory_list | String | 可选 | {"skuCode":"123", "orderNo":"12345", "type":1,"availableQuantity":11.1} | 发布库存列表 |
| shop_ids | String | 可选 | 123456 | 渠道店列表 |
| store_id | String | 可选 | 123456 | 经营店编码 |
{
"biz_date":"123456",
"store_id":"123456",
"merchant_code":"123456",
"biz_uniq_id":"123456",
"sale_inventory_list":"{\"skuCode\":\"123\", \"orderNo\":\"12345\", \"type\":1,\"availableQuantity\":11.1}",
"shop_ids":"123456"
}