Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The weight of a package.

    interface Weight {
        unit: UnitOfWeight;
        value: number;
    }
    Index
    value: number

    Value of a weight.