版本:202201
查询物流商服务详情
GET/openapi/2022-01/carrier_services/:carrier_service_id
通过物流商服务 ID 获取指定物流商服务的详细信息。
请求
Path参数
carrier_service_id string必填
待查询的物流商服务 ID。
响应
- 200
- 400
200
- application/json
- 数据结构
- 示例
- Result
数据结构
carrier_service object
idstring
示例:
1cn_namestring
示例:
shipzipserivce1en_namestring
示例:
store_idstring
示例:
70808activestring
示例:
truecallback_urlstring
示例:
http://scopestring
示例:
calculatecarrier_service_codestring
示例:
shipziplogostring
示例:
short_descstring
示例:
more infoscreate_atstring
示例:
2024-07-01update_atstring
示例:
{
"carrier_service": {
"id": "1",
"cn_name": "shipzipserivce1",
"en_name": "",
"store_id": "70808",
"active": "true",
"callback_url": "http://",
"scope": "calculate",
"carrier_service_code": "shipzip",
"logo": "",
"short_desc": "more infos",
"create_at": "2024-07-01",
"update_at": ""
}
}
{
"carrier_service": {
"id": "1",
"cn_name": "shipzipserivce1",
"en_name": "",
"store_id": "70808",
"active": "true",
"callback_url": "http://",
"scope": "calculate",
"carrier_service_code": "shipzip",
"logo": "",
"short_desc": "more infos",
"create_at": "2024-07-01",
"update_at": ""
}
}
400
- application/json
无 Schema