BuyBoxPriceType

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

Properties

condition: string

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

BuyBoxPriceType

LandedPrice: MoneyType

BuyBoxPriceType

ListingPrice: MoneyType

BuyBoxPriceType

offerType?: OfferCustomerType

BuyBoxPriceType

Points?: Points

BuyBoxPriceType

quantityDiscountType?: "QUANTITY_DISCOUNT"

BuyBoxPriceType

quantityTier?: number

Indicates at what quantity this price becomes active.

BuyBoxPriceType

sellerId?: string

The seller identifier for the offer.

BuyBoxPriceType

Shipping: MoneyType

BuyBoxPriceType