Interface ProductPricingApiModelItemOffersRequestParams

ItemOffersRequestParams

interface ProductPricingApiModelItemOffersRequestParams {
    Asin?: string;
    CustomerType?: ProductPricingApiModelCustomerType | "Consumer" | "Business";
    ItemCondition:
        | "Refurbished"
        | "Club"
        | "New"
        | ProductPricingApiModelItemCondition
        | "Used"
        | "Collectible";
    MarketplaceId: string;
}

Properties

Asin?: string

The Amazon Standard Identification Number (ASIN) of the item. This is the same Asin passed as a request parameter.

ItemOffersRequestParams

CustomerType?: ProductPricingApiModelCustomerType | "Consumer" | "Business"

ItemOffersRequestParams

ItemCondition:
    | "Refurbished"
    | "Club"
    | "New"
    | ProductPricingApiModelItemCondition
    | "Used"
    | "Collectible"

ItemOffersRequestParams

MarketplaceId: string

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

ItemOffersRequestParams

MMNEPVFCICPMFPCPTTAAATR