Export

BuyBoxPriceType

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

Properties

LandedPrice: MoneyType

Memberof

BuyBoxPriceType

ListingPrice: MoneyType

Memberof

BuyBoxPriceType

Points?: Points

Memberof

BuyBoxPriceType

Shipping: MoneyType

Memberof

BuyBoxPriceType

condition: string

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

Memberof

BuyBoxPriceType

offerType?: OfferCustomerType

Memberof

BuyBoxPriceType

quantityDiscountType?: "QUANTITY_DISCOUNT"

Memberof

BuyBoxPriceType

quantityTier?: number

Indicates at what quantity this price becomes active.

Memberof

BuyBoxPriceType

sellerId?: string

The seller identifier for the offer.

Memberof

BuyBoxPriceType