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

OfferCountType

interface OfferCountType {
    condition?: string;
    fulfillmentChannel?: FulfillmentChannelType;
    OfferCount?: number;
}

Properties

condition?: string

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

OfferCountType

fulfillmentChannel?: FulfillmentChannelType

OfferCountType

OfferCount?: number

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

OfferCountType