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

    Request parameters for getItemOffers operation in ProductPricingApi.

    interface ProductPricingApiGetItemOffersRequest {
        asin: string;
        customerType?: GetItemOffersCustomerTypeEnum;
        itemCondition: GetItemOffersItemConditionEnum;
        marketplaceId: string;
    }
    Index

    Properties

    asin: string

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

    Indicates whether to request Consumer or Business offers. Default is Consumer.

    Filters the offer listings to be considered based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.

    marketplaceId: string

    A marketplace identifier. Specifies the marketplace for which prices are returned.