Version: 202506
List carrier services
GET/openapi/2025-06/carrier_services
Retrieves a list of all carrier services available for a store.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
codestring
error code
messagestring
error message
data object
carrier_services object[]
List of carrier services
idstring
Carrier service ID
namestring
Name of the carrier service
activeboolean
Whether the carrier service is active
callback_urlstring
Callback URL for rate calculation
scopesstring
Permission scopes (comma-separated)
carrier_service_codestring
Carrier service code
logostring
Logo URL
short_descstring
Brief description of the carrier service
created_atstring
Creation time, in ISO-8601 format
updated_atstring
Last update time, in ISO-8601 format
{
"code": "string",
"message": "string",
"data": {
"carrier_services": [
{
"id": "string",
"name": "string",
"active": true,
"callback_url": "string",
"scopes": "string",
"carrier_service_code": "string",
"logo": "string",
"short_desc": "string",
"created_at": "string",
"updated_at": "string"
}
]
}
}