Selling Partner API SDK for JavaScript
    Preparing search index...

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

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

    Properties

    condition?: string

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

    fulfillmentChannel?: FulfillmentChannelType
    OfferCount?: number

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