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

    Request parameters for getPricing operation in ProductPricingApi.

    interface ProductPricingApiGetPricingRequest {
        asins?: string[];
        itemCondition?: GetPricingItemConditionEnum;
        itemType: GetPricingItemTypeEnum;
        marketplaceId: string;
        offerType?: GetPricingOfferTypeEnum;
        skus?: string[];
    }
    Index

    Properties

    asins?: string[]

    A list of up to twenty Amazon Standard Identification Number (ASIN) values used to identify items in the given marketplace.

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

    Indicates whether ASIN values or seller SKU values are used to identify items. If you specify Asin, the information in the response will be dependent on the list of Asins you provide in the Asins parameter. If you specify Sku, the information in the response will be dependent on the list of Skus you provide in the Skus parameter.

    marketplaceId: string

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

    Indicates whether to request pricing information for the seller's B2C or B2B offers. Default is B2C.

    skus?: string[]

    A list of up to twenty seller SKU values used to identify items in the given marketplace.