Price Types¶
Each advertisement has a price type which determines the type of transaction the seller would like to perform. The following table lists the valid price types and their descriptions.
PRICE_TYPE |
Price required? |
Description |
---|---|---|
BIDDING |
no |
Request a bid on the ad starting from 0 EUR. |
BIDDING_FROM |
yes |
Request a bid with a starting price > 0 EUR. price must contain a value in the interval of |
FIXED_PRICE |
yes |
Request a fixed price. price must contain a value in the interval of |
FREE |
no |
Request no price. |
NEGOTIABLE |
no |
Request a negotiation between buyer and seller. |
SEE_DESCRIPTION |
no |
Additional information is in the description of the ad. |
SWAP |
no |
Request an exchange of one item for another. |
CREDIBLE_BID |
no |
Request for any reasonable offer. |
ON_DEMAND |
no |
Price is communicated on request. |
NOT_APPLICABLE |
no |
Price is not applicable for this ad (e.g. a Jobs ad). |
RESERVED |
Flag for transaction in progress. |