Interface ProductPricingApiModelProductPricingApiGetPricingRequest

Request parameters for getPricing operation in ProductPricingApi.

ProductPricingApiGetPricingRequest

interface ProductPricingApiModelProductPricingApiGetPricingRequest {
    asins?: string[];
    itemCondition?: "Refurbished" | "Club" | "New" | "Used" | "Collectible";
    itemType: "Asin" | "Sku";
    marketplaceId: string;
    offerType?: "B2C" | "B2B";
    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

itemCondition?: "Refurbished" | "Club" | "New" | "Used" | "Collectible"

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

ProductPricingApiGetPricing

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.

ProductPricingApiGetPricing

marketplaceId: string

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

ProductPricingApiGetPricing

offerType?: "B2C" | "B2B"

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

MMNEPVFCICPMFPCPTTAAATR