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

    The weight.

    interface Weight {
        unit: string;
        value: string;
    }
    Index
    unit: string

    The unit of weight. Possible values: KG, KILOGRAMS, LB, POUNDS.

    value: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC 7159 for number representation.