The offer data of a product.

Offer

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

Properties

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

Offer

fulfillmentType: "MFN" | "AFN" | ProductPricingApiModelV20220501FulfillmentType

Offer

Offer

Offer

Offer

sellerId: string

The seller identifier for the offer.

Offer

A list of shipping options associated with this offer

Offer

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

The item subcondition of the offer.

Offer

MMNEPVFCICPMFPCPTTAAATR