Export

LowestPriceType

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

Properties

LandedPrice?: MoneyType

Memberof

LowestPriceType

ListingPrice: MoneyType

Memberof

LowestPriceType

Points?: Points

Memberof

LowestPriceType

Shipping?: MoneyType

Memberof

LowestPriceType

condition: string

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

Memberof

LowestPriceType

fulfillmentChannel: string

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

Memberof

LowestPriceType

offerType?: OfferCustomerType

Memberof

LowestPriceType

quantityDiscountType?: "QUANTITY_DISCOUNT"

Memberof

LowestPriceType

quantityTier?: number

Indicates at what quantity this price becomes active.

Memberof

LowestPriceType