{
"order_no": "string",
"order_status": "string",
"apply_easyship": 1,
"package_info": {
"dimensions_info": {
"length": 0,
"width": 0,
"height": 0,
"unit": 1
},
"weight_info": {
"weight": 0,
"unit": 1
}
},
"remark": "string"
}curl --location --request POST 'https://api.fdkexpress.com/wms/outboundPush' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_no": "string",
"order_status": "string",
"apply_easyship": 1,
"package_info": {
"dimensions_info": {
"length": 0,
"width": 0,
"height": 0,
"unit": 1
},
"weight_info": {
"weight": 0,
"unit": 1
}
},
"remark": "string"
}'{}