YCS EXPRESS
  1. API List
YCS EXPRESS
  • Prepare
  • API List
    • 1.realname
    • 2.submitAppointment
    • 3.getAppointmentResult
    • 4.createOrder
    • 5.reverseOrder
    • 6.getBagLabel
    • 7.tracking
    • 8.getPackageLabel
    • 9.orderDetail
    • 10.getShopInfo
  • Product Code
  • Appendix
  1. API List

9.orderDetail

服务能力:获取预报包裹详细信息
请求地址:host:/orderDetail
请求方式:GET
Header 请求参数(用于token校验):
参数名示例值
token4e411a926e7a33ca9d04cd1942ac54a2
Body 请求参数:
参数名描述是否必填数据类型字段长度
waybill运单号是String30
成功响应示例:
{
    "success":true,
    "code":200,
    "message":"success",
    "request_id":"655c83cc7fc56951",
    "data":{
        "packageCreateTime":"2023-11-21 08:50:15",
        "waybill":"70000000366",
        "packageNo":"TEST00011",
        "referenceNo":"TEST00011",
        "productCode":"YCS",
        "remark":null,
        "sender":{
            "company":"TEST",
            "contact":"测试",
            "phone":"0977777777",
            "email":"test@test.com",
            "country":"",
            "province":"雲林縣",
            "city":"斗六市",
            "address":"雲林路二段203號12樓",
            "postCode":"36100"
        },
        "receiver":{
            "company":null,
            "contact":"林先生",
            "phone":"0988888888",
            "email":"lin@email.com",
            "country":"",
            "province":"雲林縣",
            "city":"斗六市",
            "address":"雲林路二段 203 號 9 樓 ",
            "postCode":"08868"
        },
        "packageList":[
            {
                "packageDescription":null,
                "weight":"1.897",
                "length":"20.0",
                "width":"30.0",
                "height":"13.0",
                "packageItemList":[
                    {
                        "sku":"asda",
                        "goodsNameEn":"手套",
                        "goodsNameCn":"手套",
                        "quantity":"2",
                        "weight":"1.098",
                        "value":"23.50",
                        "hsCode":"00000000"
                    }
                ]
            }
        ]
    }
}
修改于 2026-01-20 09:41:53
上一页
8.getPackageLabel
下一页
10.getShopInfo
Built with