Authorization: Bearer ********************{
"outer_purchase_id": "CG2553453224",
"purchase_amount": 443,
"seller_order_number": "-",
"order_source": "lazada",
"order_line_list": "[{\"itemId\":600068435000185140,\"orderLineNo\":\"1\",\"quantity\":\"3\",\"price\":23,\"currency\":\"USD\",\"title\":\"测试商品1\",\"orderRemark\":\"子单维度备注\",\"skuId\":4683815098027}]",
"receiver": {
"zip": "11111",
"country": "中国",
"address": "测试地址",
"city": "杭州市",
"phone": "",
"mobile_phone": "15068763421",
"district": "余杭区",
"name": "a测试aa",
"state": "浙江省"
},
"warehouse_address_info": {
"zip": "11111",
"country": "中国",
"address": "测试地址",
"city": "杭州市",
"phone": "",
"mobile_phone": "15068763421",
"district": "余杭区",
"name": "a测试aa",
"state": "浙江省"
},
"channel_order_type": "PANAMA",
"support_partial_success": false,
"order_remark": "-",
"need_supply_chain_service": false,
"need_sys_retry": false
}curl --location 'https://ecommerce-api.shanjing-inc.com/rest/taobao-global/purchase/order/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"outer_purchase_id": "CG2553453224",
"purchase_amount": 443,
"seller_order_number": "-",
"order_source": "lazada",
"order_line_list": "[{\"itemId\":600068435000185140,\"orderLineNo\":\"1\",\"quantity\":\"3\",\"price\":23,\"currency\":\"USD\",\"title\":\"测试商品1\",\"orderRemark\":\"子单维度备注\",\"skuId\":4683815098027}]",
"receiver": {
"zip": "11111",
"country": "中国",
"address": "测试地址",
"city": "杭州市",
"phone": "",
"mobile_phone": "15068763421",
"district": "余杭区",
"name": "a测试aa",
"state": "浙江省"
},
"warehouse_address_info": {
"zip": "11111",
"country": "中国",
"address": "测试地址",
"city": "杭州市",
"phone": "",
"mobile_phone": "15068763421",
"district": "余杭区",
"name": "a测试aa",
"state": "浙江省"
},
"channel_order_type": "PANAMA",
"support_partial_success": false,
"order_remark": "-",
"need_supply_chain_service": false,
"need_sys_retry": false
}'{
"success": true,
"errorCode": "string",
"errorMsg": "string",
"data": {
"paymentUrl": "string",
"outerPurchaseId": "string",
"success": true,
"errorMessage": "string",
"errorCode": "string",
"orderList": [
{
"estimateCurrency": "string",
"orderLineList": [
{
"itemId": "string",
"orderLineNo": "string",
"quantity": 0,
"estimateAmount": 0,
"subPurchaseOrderId": 0,
"estimateCurrency": "string",
"skuId": 0,
"supplierNick": "string"
}
],
"purchaseId": 0,
"supplierNick": "string",
"estimateAmount": 0,
"purchaseMarket": "string"
}
]
}
}