上传购物详情
POST https://api.weixin.qq.com/user-order/orders?access_token=ACCESS_TOKEN
请求参数
{
"order_key": {
"order_number_type": 2,
"transaction_id": "**"
},
"logistics_type": 4,
"order_list": [{
"merchant_order_no": "**",
"order_detail_jump_link": {
"appid": "**",
"path": "/path/mall/goods/detail",
"type": "MINI_PROGRAM"
},
"item_list": [{
"merchant_item_id": "123456",
"name": "iPhoneX 256G",
"description": "Image形象店-深圳腾大-QQ公仔",
"unit_price": 828800,
"quantity": 2,
"image_url": ["https://qpic.cn/xxx", "https://qpic.cn/xxx", "https://qpic.cn/xxx"],
"item_detail_jump_link": {
"appid": "**",
"path": "/path/mall/goods/detail",
"type": "MINI_PROGRAM"
}
}]
}],
"payer": {
"openid": "**"
},
"upload_time": "2024-11-14T16:59:46.829+08:00"
}
返回信息
{"errcode":0,"graphid":33597863}
按照文档描述0为成功,但是用户端没有显示购物商品。