Request parameters for getCompetitivePricing operation in ProductPricingApi.

ProductPricingApiGetCompetitivePricingRequest

interface ProductPricingApiGetCompetitivePricingRequest {
    asins?: string[];
    customerType?: GetCompetitivePricingCustomerTypeEnum;
    itemType: GetCompetitivePricingItemTypeEnum;
    marketplaceId: string;
    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.

ProductPricingApiGetCompetitivePricing

Indicates whether to request pricing information from the point of view of Consumer or Business buyers. Default is Consumer.

ProductPricingApiGetCompetitivePricing

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. Possible values: Asin, Sku.

ProductPricingApiGetCompetitivePricing

marketplaceId: string

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

ProductPricingApiGetCompetitivePricing

skus?: string[]

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

ProductPricingApiGetCompetitivePricing