Interface AmazonWarehousingAndDistributionModelPackageDimensions

Dimensions of the package.

PackageDimensions

interface AmazonWarehousingAndDistributionModelPackageDimensions {
    height: number;
    length: number;
    unitOfMeasurement:
        | "INCHES"
        | "CENTIMETERS"
        | AmazonWarehousingAndDistributionModelDimensionUnitOfMeasurement;
    width: number;
}

Properties

height: number

Height of the package.

PackageDimensions

length: number

Length of the package.

PackageDimensions

unitOfMeasurement:
    | "INCHES"
    | "CENTIMETERS"
    | AmazonWarehousingAndDistributionModelDimensionUnitOfMeasurement

PackageDimensions

width: number

Width of the package.

PackageDimensions

MMNEPVFCICPMFPCPTTAAATR