OBJECT
ESAdvert
An advert (elasticsearch cached)
link GraphQL Schema definition
- type ESAdvert implements Node {
- # Availability of the advert
- AdvertAvailabilityEnum!]! : [
- ESBrand :
- # City to be displayed on the advert tile
- String! :
- # Main Advert type for occasions extra fields are required. NOTE: much slower
- Advert :
- # Main Brand type for occasions extra fields are required. NOTE: much slower
- Brand :
- # Main Seller type for occasions extra fields are required. NOTE: much slower
- Seller :
- # Image to display on the advert tile.
- Image :
- # Title for display (may include Brand and Model Year depending on configuration)
- String! :
- ID! :
- Boolean :
- Boolean :
- Int! :
- # Absolute lowest price (sale price or original price) available for the item in
- # session currency. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # Absolute lowest price (sale price or original price) available for the item in
- # session currency. In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # Lowest non-sale price available for the item in session currency. Useful for
- # display purpose only as all monetary transactions will be charged in the
- # marketplace currency.
- String :
- # Absolute lowest price (sale price or original price) available for the item in
- # session currency. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # Absolute lowest price (sale price or original price) available for the item in
- # session currency. In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # Absolute lowest price (sale price or original price) available for the item in
- # session currency. Useful for display purpose only as all monetary transactions
- # will be charged in the marketplace currency.
- String :
- # Original price formatted as a string (e.g. 'From $30')
- String :
- String! :
- # The end time of the most recent active promotion that this advert is part of. It
- # will return null if there are no active promotions for the advert.
- String :
- # The start time of the most recent active promotion that this advert is part of.
- # It will return null if there are no active promotions for the advert.
- String :
- # The name of the most recent active promotion that this advert is part of.
- String :
- # Rating reviews
- AdvertRating :
- # Sale price formatted as a string e.g. ('Now from $21')
- String! :
- ESSeller! :
- ESTaxon! :
- String! :
- }