BuyBoxPriceType

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

Properties

condition: string

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

BuyBoxPriceType

BuyBoxPriceType

BuyBoxPriceType

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

BuyBoxPriceType

BuyBoxPriceType

quantityDiscountType?: QuantityDiscount | "QUANTITY_DISCOUNT"

BuyBoxPriceType

quantityTier?: number

Indicates at what quantity this price becomes active.

BuyBoxPriceType

sellerId?: string

The seller identifier for the offer.

BuyBoxPriceType

BuyBoxPriceType

MMNEPVFCICPMFPCPTTAAATR