---
title: "List checkout rates configurations"
method: GET
path: "/v1/checkout_rates"
tags: ["checkout_rates"]
---

# List checkout rates configurations

`GET /v1/checkout_rates`

Return a summary of every checkout rates configuration on your account. Each entry contains identifying fields only; use [Get a checkout rates configuration](#operation/get_checkout_rates_config) to retrieve an individual configuration's options and shared settings.

## Response `200`

The list of checkout rates configurations.

- CheckoutRatesConfigSummary[] — The checkout rates configurations on the account.
  - `config_id` string — The unique identifier of the configuration.
  - `is_active` boolean — Whether the configuration is active.
  - `created_at` string, date-time — When the configuration was created.

## Other responses

- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

---

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