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 common

Shipping.dimWeight ● Decimal scalar common

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 common

Shipping.length ● Decimal scalar common

Shipping.packageType ● PackageTypesEnum enum common

Shipping.ratedWeight ● Decimal scalar common

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

Shipping.shipReadyPackaging ● Boolean scalar common

Shipping.shippingPackage ● ShippingPackagesEnum enum common

Shipping.updatedAt ● ISO8601DateTime scalar common

Shipping.volume ● Decimal scalar common

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

Shipping.weight ● Decimal scalar common

Shipping.weightFactor ● Int scalar common

Shipping.width ● Decimal scalar common

Member Of

Product object