Interface AmazonWarehousingAndDistributionModelPackageWeight

Represents the weight of the package with a unit of measurement.

PackageWeight

interface AmazonWarehousingAndDistributionModelPackageWeight {
    unitOfMeasurement:
        | AmazonWarehousingAndDistributionModelWeightUnitOfMeasurement
        | "POUNDS"
        | "KILOGRAMS";
    weight: number;
}

Properties

unitOfMeasurement:
    | AmazonWarehousingAndDistributionModelWeightUnitOfMeasurement
    | "POUNDS"
    | "KILOGRAMS"

PackageWeight

weight: number

The package weight value.

PackageWeight

MMNEPVFCICPMFPCPTTAAATR