{
"id": 0,
"orderNo": "string",
"orderType": "string",
"platformName": "string",
"ebpCode": "string",
"overseasWarehouse": "string",
"ebcCode": "string",
"ebcName": "string",
"freight": 0,
"currency": "string",
"declareAfterSave": true,
"items": [
{
"itemNo": "string",
"itemName": "string",
"itemDescribe": "string",
"barCode": "string",
"unit": "string",
"currency": "string",
"qty": 0,
"price": 0,
"totalPrice": 0
}
]
}curl --location '/ec/order/save' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"orderNo": "string",
"orderType": "string",
"platformName": "string",
"ebpCode": "string",
"overseasWarehouse": "string",
"ebcCode": "string",
"ebcName": "string",
"freight": 0,
"currency": "string",
"declareAfterSave": true,
"items": [
{
"itemNo": "string",
"itemName": "string",
"itemDescribe": "string",
"barCode": "string",
"unit": "string",
"currency": "string",
"qty": 0,
"price": 0,
"totalPrice": 0
}
]
}'{
"code": 0,
"msg": "string",
"data": 0,
"other": {}
}