Carriers (Deprecated)

The Carriers API has been renamed to Markets. All carrier endpoints are deprecated and will not receive new features.


Carriers (Deprecated)

The Carriers API has been renamed to Markets. All /v1/carriers endpoints are deprecated and will not receive new features.

Please refer to the Markets documentation for the current API, including create, update, pagination, and product line management.

Deprecated Endpoints

The following endpoints continue to work but are deprecated:

Deprecated endpointReplacement
GET /v1/carriersGET /v1/markets
GET /v1/carriers/{carrier_id}GET /v1/markets/{market_id}
GET /v1/carriers/customer_external_id/{id}GET /v1/markets/customer_external_id/{id}

The carrier_ids parameter on POST /v1/transactions/export is also deprecated. Use market_ids instead.

Migration

No data migration is required. The carrier_id and market_id for any given record are identical -- only the URL paths and field names have changed. See the Markets migration guide for details.


Did this page help you?