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

    A whole number dimension and its unit of measurement. For example, this can represent 100 pixels.

    interface IntegerWithUnits {
        units: string;
        value: number;
    }
    Index
    units: string

    The unit of measurement.

    value: number

    The dimension value.