Export

OfferDetail

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

Properties

ConditionNotes?: string

Information about the condition of the item.

Memberof

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.

Memberof

OfferDetail

IsFeaturedMerchant?: boolean

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

Memberof

OfferDetail

IsFulfilledByAmazon: boolean

When true, the offer is fulfilled by Amazon.

Memberof

OfferDetail

ListingPrice: MoneyType

Memberof

OfferDetail

MyOffer?: boolean

When true, this is the seller's offer.

Memberof

OfferDetail

Points?: Points

Memberof

OfferDetail

PrimeInformation?: PrimeInformationType

Memberof

OfferDetail

SellerFeedbackRating?: SellerFeedbackType

Memberof

OfferDetail

SellerId?: string

The seller identifier for the offer.

Memberof

OfferDetail

Shipping: MoneyType

Memberof

OfferDetail

Memberof

OfferDetail

ShipsFrom?: ShipsFromType

Memberof

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.

Memberof

OfferDetail

offerType?: OfferCustomerType

Memberof

OfferDetail

quantityDiscountPrices?: QuantityDiscountPriceType[]

Memberof

OfferDetail