LowestPriceType

interface LowestPriceType {
    condition: string;
    fulfillmentChannel: string;
    LandedPrice?: MoneyType;
    ListingPrice: MoneyType;
    offerType?: OfferCustomerType;
    Points?: Points;
    quantityDiscountType?: "QUANTITY_DISCOUNT";
    quantityTier?: number;
    Shipping?: MoneyType;
}

Properties

condition: string

Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club.

LowestPriceType

fulfillmentChannel: string

Indicates whether the item is fulfilled by Amazon or by the seller.

LowestPriceType

LandedPrice?: MoneyType

LowestPriceType

ListingPrice: MoneyType

LowestPriceType

offerType?: OfferCustomerType

LowestPriceType

Points?: Points

LowestPriceType

quantityDiscountType?: "QUANTITY_DISCOUNT"

LowestPriceType

quantityTier?: number

Indicates at what quantity this price becomes active.

LowestPriceType

Shipping?: MoneyType

LowestPriceType