OfferDetail

interface OfferDetail {
    ConditionNotes?: string;
    IsBuyBoxWinner?: boolean;
    IsFeaturedMerchant?: boolean;
    IsFulfilledByAmazon: boolean;
    ListingPrice: MoneyType;
    MyOffer?: boolean;
    offerType?: OfferCustomerType;
    Points?: Points;
    PrimeInformation?: PrimeInformationType;
    quantityDiscountPrices?: QuantityDiscountPriceType[];
    SellerFeedbackRating?: SellerFeedbackType;
    SellerId?: string;
    Shipping: MoneyType;
    ShippingTime: DetailedShippingTimeType;
    ShipsFrom?: ShipsFromType;
    SubCondition: string;
}

Properties

ConditionNotes?: string

Information about the condition of the item.

OfferDetail

IsBuyBoxWinner?: boolean

When true, the offer is currently in the Buy Box. There can be up to two Buy Box winners at any time per ASIN, one that is eligible for Prime and one that is not eligible for Prime.

OfferDetail

IsFeaturedMerchant?: boolean

When true, the seller of the item is eligible to win the Buy Box.

OfferDetail

IsFulfilledByAmazon: boolean

When true, the offer is fulfilled by Amazon.

OfferDetail

ListingPrice: MoneyType

OfferDetail

MyOffer?: boolean

When true, this is the seller's offer.

OfferDetail

offerType?: OfferCustomerType

OfferDetail

Points?: Points

OfferDetail

PrimeInformation?: PrimeInformationType

OfferDetail

quantityDiscountPrices?: QuantityDiscountPriceType[]

OfferDetail

SellerFeedbackRating?: SellerFeedbackType

OfferDetail

SellerId?: string

The seller identifier for the offer.

OfferDetail

Shipping: MoneyType

OfferDetail

OfferDetail

ShipsFrom?: ShipsFromType

OfferDetail

SubCondition: string

The subcondition of the item. Subcondition values: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other.

OfferDetail