Request parameters for getPricing operation in ProductPricingApi.

ProductPricingApiGetPricingRequest

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

Properties

asins?: string[]

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

ProductPricingApiGetPricing

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

ProductPricingApiGetPricing

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.

ProductPricingApiGetPricing

marketplaceId: string

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

ProductPricingApiGetPricing

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

ProductPricingApiGetPricing

skus?: string[]

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

ProductPricingApiGetPricing