Version: 202201
Get CarrierService List
GET/openapi/2022-01/carrier_services
Retrieves a list of all carrier services available for a store.
Responses
- 200
- 400
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
carrier_services 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_services": [
{
"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_services": [
{
"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": ""
},
{
"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