---
title: "Get Carrier Options"
method: GET
path: "/v1/carriers/{carrier_id}/options"
tags: ["carriers"]
---

# Get Carrier Options

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

Get a list of the options available for the carrier

## Response `200`

The request was a success.

- GetCarrierOptionsResponseBody — A carrier list options response body
  - `options` CarrierAdvancedOption[] — AN array of carrier options
    - `name` string — Name of advanced option
    - `default_value` string — Default value of option
    - `description` string — Description of option

## 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.

---

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