Carrier
ServiceLevel
id
ID!
Required
parties
[Party]
code
String!
countryConstraints
[CountryConstraint!]
createdAt
DateTime!
createdBy
credentials
[CarrierCredential!]
name
serviceLevels
[ServiceLevel!]
updatedAt
updatedBy
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 aServiceLevel
to the country.Fields
id
ID!
Required
parties
[Party]
code
String!
Required
countryConstraints
[CountryConstraint!]
Carrier
should be aware of (e.g., weight, dimensions, pricing).createdAt
DateTime!
Required
createdBy
ID!
Required
credentials
[CarrierCredential!]
name
String!
Required
serviceLevels
[ServiceLevel!]
ServiceLevel
s that are supported by the Carrier.updatedAt
DateTime!
Required
updatedBy
ID!
Required