The total number of offers for the specified condition and fulfillment channel.

OfferCountType

interface ProductPricingApiModelOfferCountType {
    condition?: string;
    fulfillmentChannel?:
        | "Amazon"
        | "Merchant"
        | ProductPricingApiModelFulfillmentChannelType;
    OfferCount?: number;
}

Properties

condition?: string

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

OfferCountType

fulfillmentChannel?:
    | "Amazon"
    | "Merchant"
    | ProductPricingApiModelFulfillmentChannelType

OfferCountType

OfferCount?: number

The number of offers in a fulfillment channel that meet a specific condition.

OfferCountType

MMNEPVFCICPMFPCPTTAAATR