DEV

Type.

ShippingProfileRateChart

A ShippingProfileRateChart would apply to a specific shipping profile. The ShippingProfileRateChart would be used before any ServiceLevelRateChart as well as any external carrier API.

Fields

createdAt

DateTime!

Required

When this ShippingProfileRateChart was created.

createdBy

ID!

Required

The user who created the ShippingProfileRateChart.

dimensionalWeightFactor

Decimal!

Required

The dimensional weight factor to be used for the supplied rates.

fromCountryCode

CountryCode

The shipFrom countryCode that applies to filter by.

id

ID!

Required

A unique identifier for the ShippingProfileRateChart.
The destination locations for the ShippingProfileRateChart.

mode

Mode!

Required

Specifies whether the ShippingProfileRateChart is in live or test mode.

Required

The specific rate values that apply to the given ShippingProfileRateChart.

shippingProfile

ShippingProfile!

Required

The ShippingProfile associated with the ShippingProfileRateChart.

updatedAt

DateTime!

Required

When this ShippingProfileRateChart was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the ShippingProfileRateChart.

Was this page helpful?