Interface ProductPricingApiModelBatchOffersRequestParams

BatchOffersRequestParams

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

Properties

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

BatchOffersRequestParams

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

BatchOffersRequestParams

MarketplaceId: string

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

BatchOffersRequestParams

MMNEPVFCICPMFPCPTTAAATR