Export

BatchOffersRequestParams

interface BatchOffersRequestParams {
    CustomerType?: CustomerType;
    ItemCondition: ItemCondition;
    MarketplaceId: string;
}

Properties

CustomerType?: CustomerType

Memberof

BatchOffersRequestParams

ItemCondition: ItemCondition

Memberof

BatchOffersRequestParams

MarketplaceId: string

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

Memberof

BatchOffersRequestParams