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

    The schema for item's price information, including listing price, shipping price, and Amazon Points.

    interface Price {
        listingPrice: MoneyType;
        points?: Points;
        shippingPrice?: MoneyType;
    }
    Index

    Properties

    listingPrice: MoneyType
    points?: Points
    shippingPrice?: MoneyType