发货确认

确认订单已发货并回传物流单号。

POST https://api.cheeli.com/open/v1/fulfillment/ship/confirm 在线调试

请求示例

Request json
{"fulfillment_order_id": "FO20260310001", "waybill_no": "SF1234567890"}

返回示例

Response json
{"code": 0, "message": "success"}