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

    The payload for the getListingOffers and getItemOffers operations.

    interface GetOffersResult {
        ASIN?: string;
        Identifier: ItemIdentifier;
        ItemCondition: ConditionType;
        MarketplaceID: string;
        Offers: OfferDetail[];
        SKU?: string;
        status: string;
        Summary: Summary;
    }
    Index

    Properties

    ASIN?: string

    The Amazon Standard Identification Number (ASIN) of the item.

    Identifier: ItemIdentifier
    ItemCondition: ConditionType
    MarketplaceID: string

    A marketplace identifier.

    Offers: OfferDetail[]

    A list of offer details. The list is the same length as the TotalOfferCount in the Summary or 20, whichever is less.

    SKU?: string

    The stock keeping unit (SKU) of the item.

    status: string

    The status of the operation.

    Summary: Summary