Selling Partner API SDK for JavaScript
    Preparing search index...

    The number of Amazon Points offered with the purchase of an item, and their monetary value.

    interface PointsGrantedDetail {
        PointsMonetaryValue?: Money;
        PointsNumber?: number;
    }
    Index

    Properties

    PointsMonetaryValue?: Money
    PointsNumber?: number

    The number of Amazon Points granted with the purchase of an item.