商家在平台审核销量计划后,ASCP平台将审核通过的销量计划预测数据回推给商家
ASCP_PUSH_SALESPLAN
XML格式请求报文如下:
<request>
<sc_item_id>549944300373</sc_item_id>
<sc_item_name>BCD-428WTPZM(E) 流光咖</sc_item_name>
<store_code>KHN80J</store_code>
<store_name>菜鸟大件南昌安得仓</store_name>
<forecast_qty>13</forecast_qty>
<plan_qty>26</plan_qty>
<seller_id>1014281128</seller_id>
<seller_name>冰箱旗舰店</seller_name>
<attributes>{}</attributes>
<forecast_date>2019-09-02 00:00:00</forecast_date>
<sc_item_code>31031041362</sc_item_code>
</request>
成功响应报文:
<response><success>true</success></response>
JSON格式请求报文如下:
{
"sc_item_id": "549944300373",
"sc_item_name": "BCD-428WTPZM(E) 流光咖",
"store_code": "KHN80J",
"store_name": "菜鸟大件南昌安得仓",
"forecast_qty": "13",
"plan_qty": "26",
"seller_id": "1014281128",
"seller_name": "冰箱旗舰店",
"attributes": "{}",
"forecast_date": "2019-09-02 00:00:00",
"sc_item_code": "31031041362"
}
成功响应报文:
{"success":"true"}
FAQ
关于此文档暂时还没有FAQ