{
"order_no": "112-230123-123",
"tracking_no": "15016423192",
"account": "TEST-ACCOUNT",
"order_status": "Shipped",
"order_date": "2024-02-24 14:15:22",
"shipping_date": "2024-02-25 09:08:38",
"warranty_date": "2024-02-25",
"shipping_content": "TEST CONTENT",
"mail_class": "TEST MAIL CLASS",
"sku": "0923401",
"quantity": 1,
"sku_name_zh": "太阳伞",
"sku_model": "天堂"
}curl --location 'https://api.fdkexpress.com/wms/orderCreateByCS' \
--header 'Content-Type: application/json' \
--data '{
"order_no": "112-230123-123",
"tracking_no": "15016423192",
"account": "TEST-ACCOUNT",
"order_status": "Shipped",
"order_date": "2024-02-24 14:15:22",
"shipping_date": "2024-02-25 09:08:38",
"warranty_date": "2024-02-25",
"shipping_content": "TEST CONTENT",
"mail_class": "TEST MAIL CLASS",
"sku": "0923401",
"quantity": 1,
"sku_name_zh": "太阳伞",
"sku_model": "天堂"
}'{
"success": true,
"result_code": "200",
"result_message": "SUCCESS",
"request_id": "661a25ff2937e",
"order_no": "112-230123-123"
}