ShippingParcel
No description
type ShippingParcel {
height: Float
id: ID
kind: ShippingParcelKind
length: Float
tailLiftRequired: Boolean
weight: Float
width: Float
}
Fields
ShippingParcel.height ● Float scalar
The parcel height, in centimeters.
ShippingParcel.id ● ID scalar
The unique identifier of the record.
ShippingParcel.kind ● ShippingParcelKind enum
The parcel kind (box or pallet).
ShippingParcel.length ● Float scalar
The parcel length, in centimeters.
ShippingParcel.tailLiftRequired ● Boolean scalar
Whether a tail lift is required to deliver the parcel.
ShippingParcel.weight ● Float scalar
The parcel weight, in grams (5000 is 5 kg).
ShippingParcel.width ● Float scalar
The parcel width, in centimeters.
Member Of
BaseShipping interface ● RepaymentShipping object ● Shipping object