Request parameters for getCompetitivePricing operation in ProductPricingApi.

Export

ProductPricingApiGetCompetitivePricingRequest

interface ProductPricingApiGetCompetitivePricingRequest {
    asins?: string[];
    customerType?: "Consumer" | "Business";
    itemType: "Asin" | "Sku";
    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.

Memberof

ProductPricingApiGetCompetitivePricing

customerType?: "Consumer" | "Business"

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

Memberof

ProductPricingApiGetCompetitivePricing

itemType: "Asin" | "Sku"

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.

Memberof

ProductPricingApiGetCompetitivePricing

marketplaceId: string

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

Memberof

ProductPricingApiGetCompetitivePricing

skus?: string[]

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

Memberof

ProductPricingApiGetCompetitivePricing