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

Export

OfferCountType

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

Properties

OfferCount?: number

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

Memberof

OfferCountType

condition?: string

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

Memberof

OfferCountType

fulfillmentChannel?: FulfillmentChannelType

Memberof

OfferCountType