DEV

Type.

Carrier

A Carrier is a shipping provider that Zonos supports through its products and services. Carriers enable the shipping of goods from one country to another based on the availability of a ServiceLevel to the country.

Fields

id

ID!

Required

A unique identifier for the Carrier.

parties

[Party]

No description

code

String!

Required

A unique identifier tied to a Carrier.

countryConstraints

[CountryConstraint!]

A list of country-specific restrictions a Carrier should be aware of (e.g., weight, dimensions, pricing).

createdAt

DateTime!

Required

When this Carrier was created.

createdBy

ID!

Required

The user who created the Carrier.

credentials

[CarrierCredential!]

The Carrier's API credentials.

name

String!

Required

The humanly-memorable display name for the Carrier.

serviceLevels

[ServiceLevel!]

Provides a list of ServiceLevels that are supported by the Carrier.

updatedAt

DateTime!

Required

When this Carrier was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the Carrier.

Was this page helpful?