---
title: "List available return services"
method: GET
path: "/returns/services"
tags: ["Returns"]
---

# List available return services

`GET /returns/services`

Returns a list of return services that can be used when creating return shipments.

## Response `200`

Lists all available return services for generating return labels

- GetServicesResponse
  - `services` ServiceItem[]
    - `carrierGuid` string, uuid
    - `carrierServiceGuid` string, uuid
    - `serviceName` string
    - `serviceCode` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/royalmail/apis/channelshipper-royal-mail-public-api.md) · [All operations](https://skmtc.net/royalmail/apis/channelshipper-royal-mail-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/royalmail/channelshipper-royal-mail-public-api/versions/7e0c23c81719/schema)
