DEV

Type.

ShippingProfile

A ShippingProfile object is used to map a ServiceLevel to an Organization. Allowing the Organization to adjust the display name and apply rate charts to the service level.

Fields

createdAt

DateTime!

Required

When this ShippingProfile was created.

createdBy

ID!

Required

The user who created the ShippingProfile.

customServiceLevelCode

String

A customized carrier service level code to identify how to fulfill the shipment.

id

ID!

Required

A unique identifier for the ShippingProfile.

landedCostMethod

LandedCostMethod

The method to use for the landed cost calculation for the ShippingProfile.

mode

Mode!

Required

Specifies whether the ShippingProfile is in live or test mode.

name

String!

Required

The humanly-memorable display name of the ShippingProfile.

organization

ID!

Required

The Organization associated with the ShippingProfile.

serviceLevel

ServiceLevel!

Required

The ServiceLevel associated with the ShippingProfile.
The ShippingProfileRateCharts that apply to this profile.

transitTime

TransitTime

TransitTime breakdown that applies to the ShippingProfile.

updatedAt

DateTime!

Required

When this ShippingProfile was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the ShippingProfile.

Was this page helpful?