---
title: "Carrier data model"
url: "https://docs.unified.to/shipping/carrier/model"
description: "API reference for Carrier data model. Launch multiple pre-built Carrier integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-29T17:54:09.733Z"
---
# Carrier data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/shipping/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

Unique identifier for this carrier object

**created\_at**date 

The date that this carrier object was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

The last date that this carrier object was updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

The name of the carrier

**code**string 

Carrier code (e.g., "usps", "fedex", "ups")

**is\_active**boolean 

Whether the carrier is currently active

**logo\_url**string 

Carrier logo URL

**website\_url**string 

Carrier website

**raw**any 

The raw data returned by the integration for this carrier
