Types

PriceSpecification

Example

{
  "type": "PriceSpecification",
  "minPrice": 75000,
  "maxPrice": 100000,
  "price": 75000,
  "priceCurrency": "USD"
}

Schema

NameTypeDescription
(root)objecta price offered for transfer of ownership of an item
typestringallowed ("PriceSpecification") PriceSpecification
minPricenumberthe low price offered if price is a range.
maxPricenumberthe high price offered if price is a range.
pricenumberthe offer price.
priceCurrencystringuse ISO4217
Previous
PotentialActionStatus