https://api.weixin.qq.com/shop/delivery/send?access_token=xxxxxxxxx
订单发货调用该接口报 重复发货 {"errcode":1010037,"errmsg":"重复发货 rid: 62c258e6-7b71f3e0-4d09dd58"}
该订单为一笔订单里面包含两个相同的产品,这两个产品分两个包裹发货。难道同一种产品只能有1个快递单号?
请求体示例如下
{
"out_order_id": "T10169606302023013256",
"openid": "**********",
"finish_all_delivery": 1,
"delivery_list": [{
"delivery_id": "SF",
"waybill_id": "SF13684498312674",
"product_info_list": [{
"out_product_id": "98024",
"out_sku_id": "23563",
"product_cnt": 1
}
]
}, {
"delivery_id": "SF",
"waybill_id": "SF136844983215463",
"product_info_list": [{
"out_product_id": "98024",
"out_sku_id": "23563",
"product_cnt": 1
}
]
}
],
"ship_done_time": "2022-07-03 10:00:00"
}