Interface ProductPricingApiModelV20220501SegmentedFeaturedOffer

A product offer with segment information indicating where it's featured.

SegmentedFeaturedOffer

interface ProductPricingApiModelV20220501SegmentedFeaturedOffer {
    condition:
        | "Refurbished"
        | "Club"
        | "New"
        | "Used"
        | "Collectible"
        | ProductPricingApiModelV20220501Condition;
    featuredOfferSegments: ProductPricingApiModelV20220501FeaturedOfferSegment[];
    fulfillmentType: | "MFN"
    | "AFN"
    | ProductPricingApiModelV20220501FulfillmentType;
    listingPrice: ProductPricingApiModelV20220501MoneyType;
    points?: ProductPricingApiModelV20220501Points;
    primeDetails?: ProductPricingApiModelV20220501PrimeDetails;
    sellerId: string;
    shippingOptions?: ProductPricingApiModelV20220501ShippingOption[];
    subCondition?: | "Refurbished"
    | "Club"
    | "New"
    | "Other"
    | "Mint"
    | "VeryGood"
    | "Good"
    | "Acceptable"
    | "Poor"
    | "OEM"
    | "Warranty"
    | "RefurbishedWarranty"
    | "OpenBox"
    | ProductPricingApiModelV20220501SegmentedFeaturedOfferSubConditionEnum;
}

Properties

condition:
    | "Refurbished"
    | "Club"
    | "New"
    | "Used"
    | "Collectible"
    | ProductPricingApiModelV20220501Condition

SegmentedFeaturedOffer

The list of segment information in which the offer is featured.

SegmentedFeaturedOffer

fulfillmentType: "MFN" | "AFN" | ProductPricingApiModelV20220501FulfillmentType

SegmentedFeaturedOffer

SegmentedFeaturedOffer

SegmentedFeaturedOffer

SegmentedFeaturedOffer

sellerId: string

The seller identifier for the offer.

SegmentedFeaturedOffer

A list of shipping options associated with this offer

SegmentedFeaturedOffer

subCondition?:
    | "Refurbished"
    | "Club"
    | "New"
    | "Other"
    | "Mint"
    | "VeryGood"
    | "Good"
    | "Acceptable"
    | "Poor"
    | "OEM"
    | "Warranty"
    | "RefurbishedWarranty"
    | "OpenBox"
    | ProductPricingApiModelV20220501SegmentedFeaturedOfferSubConditionEnum

The item subcondition of the offer.

SegmentedFeaturedOffer

MMNEPVFCICPMFPCPTTAAATR