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

## Changes

- **2026-08-15** `f3a66d204565` — 6 warning
  - added the new `freight_connection_inactive` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `500`
  - added the new `freight_provider_id_required` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `500`
  - added the new `freight_shipment_not_batchable` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `500`
  - added the new `freight_shipment_not_found` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `500`
  - …2 more

[Change history](https://skmtc.dev/shipstation/apis/shipengine-api/changes/v1/checkout_rates/get.md)

---

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