---
title: "List Carrier Services"
method: GET
path: "/v1/carriers/{carrier_id}/services"
tags: ["carriers"]
---

# List Carrier Services

`GET /v1/carriers/{carrier_id}/services`

List the services associated with the carrier ID

## Response `200`

The request was a success.

- ListCarrierServicesResponseBody — A carrier list services response body
  - `services` Service[] — An array of services associated with the carrier
    - `carrier_id` string — A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
    - `carrier_code` string — A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
    - `service_code` string — service code
    - `name` string — User friendly service name
    - `domestic` boolean — Supports domestic shipping
    - `international` boolean — Supports international shipping.
    - `is_multi_package_supported` boolean — Carrier supports multiple packages per shipment
    - `is_return_supported` boolean — This service supports return shipments.

## Other responses

- `400` — The request contained errors.
- `404` — The specified resource does not exist.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

## Changes

- **2025-09-06** `c8a32a10b4f7` — 1 info
  - added the optional property `services/items/allOf[subschema #1: service]/is_return_supported` to the response with the `200` status
- **2024-10-08** `e4ae9b442f54` — 9 info
  - added the optional property `errors/items/allOf[subschema #1: error]/carrier_code` to the response with the `400` status
  - added the optional property `errors/items/allOf[subschema #1: error]/carrier_code` to the response with the `404` status
  - added the optional property `errors/items/allOf[subschema #1: error]/carrier_code` to the response with the `500` status
  - added the optional property `errors/items/allOf[subschema #1: error]/carrier_id` to the response with the `400` status
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/shipengine/apis/shipengine-api/changes/v1/carriers/:carrier_id/services/get.md)

---

[API](https://skmtc.dev/shipengine/apis/shipengine-api.md) · [All operations](https://skmtc.dev/shipengine/apis/shipengine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipengine/shipengine-api/revisions/6af91511d87e/schema)
