Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    listingPrice: MoneyType
    points?: Points
    shippingPrice?: MoneyType