Version: 202201
Get CarrierService Detail
GET/openapi/2022-01/carrier_services/:carrier_service_id
Allows users to retrieve detailed information about a specific carrier service by its unique ID.
Request
Path Parameters
carrier_service_id stringrequired
Responses
- 200
- 400
200
- application/json
- Schema
- Example
- Result
Schema
carrier_service object
idstring
Example:
1cn_namestring
Example:
shipzipserivce1en_namestring
Example:
store_idstring
Example:
70808activestring
Example:
truecallback_urlstring
Example:
http://scopestring
Example:
calculatecarrier_service_codestring
Example:
shipziplogostring
Example:
short_descstring
Example:
more infoscreate_atstring
Example:
2024-07-01update_atstring
Example:
{
"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
No schema