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

Price

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

Properties

listingPrice: MoneyType

Price

points?: Points

Price

shippingPrice?: MoneyType

Price