Skip to main content

Shipping

No description

type Shipping {
createdAt: ISO8601DateTime
dimWeight: Decimal
height: Decimal
length: Decimal
packageType: PackageTypesEnum
ratedWeight: Decimal
shipReadyPackaging: Boolean
shippingPackage: ShippingPackagesEnum
updatedAt: ISO8601DateTime
volume: Decimal
weight: Decimal
weightFactor: Int
width: Decimal
}

Fields

Shipping.createdAt ● ISO8601DateTime scalar

Shipping.dimWeight ● Decimal scalar

The "Dimensional Weight" field represents the calculated weight of a package based on its dimensions, which is used to determine shipping costs. This value is particularly relevant for items with large dimensions but relatively low actual weight.

Shipping.height ● Decimal scalar

Shipping.length ● Decimal scalar

Shipping.packageType ● PackageTypesEnum enum

Shipping.ratedWeight ● Decimal scalar

The "Rated Weight" of a product is a calculated attribute that indicates the estimated weight of the productand it is given by taking the max value between the dimensional weight and physical weight.

Shipping.shipReadyPackaging ● Boolean scalar

Shipping.shippingPackage ● ShippingPackagesEnum enum

Shipping.updatedAt ● ISO8601DateTime scalar

Shipping.volume ● Decimal scalar

The "Volume" field denotes the amount of space occupied by a product in three dimensions (length, width, height).

Shipping.weight ● Decimal scalar

Shipping.weightFactor ● Int scalar

Shipping.width ● Decimal scalar

Member Of

Product object