DEV

Type.

ServiceLevel

A ServiceLevel is a predefined service provided by a Carrier to a given country or region. ServiceLevel will impact time in transit and the associated shipment rating. ServiceLevel eligibility may be impacted by product attributes, such as value and dimensions.

Fields

id

ID!

Required

A unique identifier for the ServiceLevel.

parties

[Party]

No description

Required

Enumerated value that specifies whether a ServiceLevel is available to all customers or is specifically contracted

carrier

Carrier!

Required

The Carrier associated with ServiceLevel.

carrierApiCode

String!

Required

The code for the ServiceLevel as defined by the external carrier API

carrierLabelApiCode

String

The code used to generate labels for this ServiceLevel defined by the external carrier API.

code

String!

Required

The enumerated value of ServiceLevel options that can be sent in the API.

countryConstraints

[CountryConstraint!]

The list of restrictions that exist around countries, weights, dims, and prices for a ServiceLevel.

createdAt

DateTime!

Required

When this serviceLevel was created.

createdBy

ID!

Required

The user who created the ServiceLevel.

deliveryType

DeliveryType

The method of delivery that indicates how the clearance is processed with this ServiceLevel.

name

String!

Required

The ServiceLevel display name as prescribed by the Carrier.

transitTime

TransitTime

Transit Time breakdown that applies to the ServiceLevel.

updatedAt

DateTime!

Required

When this ServiceLevel was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the ServiceLevel.

Was this page helpful?