DEV

Type.

Carrier

Extends the Carrier type to include associated parties.

Fields

id

ID!

Required

The unique identifier for the carrier entity.

parties

[Party]

A list of parties associated with the carrier entity.

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?