LowestPriceType

interface ProductPricingApiModelLowestPriceType {
    condition: string;
    fulfillmentChannel: string;
    LandedPrice?: ProductPricingApiModelMoneyType;
    ListingPrice: ProductPricingApiModelMoneyType;
    offerType?: "B2C" | "B2B" | ProductPricingApiModelOfferCustomerType;
    Points?: ProductPricingApiModelPoints;
    quantityDiscountType?: QuantityDiscount | "QUANTITY_DISCOUNT";
    quantityTier?: number;
    Shipping?: ProductPricingApiModelMoneyType;
}

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

LowestPriceType

LowestPriceType

offerType?: "B2C" | "B2B" | ProductPricingApiModelOfferCustomerType

LowestPriceType

LowestPriceType

quantityDiscountType?: QuantityDiscount | "QUANTITY_DISCOUNT"

LowestPriceType

quantityTier?: number

Indicates at what quantity this price becomes active.

LowestPriceType

LowestPriceType

MMNEPVFCICPMFPCPTTAAATR