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

    The number of Amazon Points that are offered with the purchase of an item and the monetary value of these points.

    interface Points {
        pointsMonetaryValue?: MoneyType;
        pointsNumber?: number;
    }
    Index
    pointsMonetaryValue?: MoneyType
    pointsNumber?: number

    The number of Amazon Points.