获取产品服务信息

请求规格说明

请求方式

GET api/services

返回数据格式说明

返回数据格式

名称 类型 描述 示例值
ShippingMethods ShippingMethod[] 产品服务

响应结果示例

{
    "Data": {
        "ShippingMethods": [{
            "Code": "EURBTOC",
            "Name": "B2C",
            "IsTracking": true,
            "ISVolumeWeight": true,
            "MaxVolumeWeightInCM": 0,
            "MaxWeightInKG": 0,
            "Region": "非欧洲",
            "Description": ""
        }, {
            "Code": "2S",
            "Name": "Hermes ",
            "IsTracking": true,
            "ISVolumeWeight": false,
            "MaxVolumeWeightInCM": 0,
            "MaxWeightInKG": 2,
            "Region": "欧洲",
            "Description": ""
        }]
    },
    "Succeeded": true,
    "Error": null
}