AggregateOffer
Nombre del tipo: AggregateOffer
Extiende Offer
Nombre |
Tipo |
Descripción |
precio alto |
Número o Texto |
Es el precio más alto de todas las ofertas disponibles. |
Precio bajo |
Número o Texto |
Es el precio más bajo de todas las ofertas disponibles. |
Recuento de ofertas |
Número entero |
Es la cantidad de ofertas del producto. |
ofertas |
Oferta |
Corresponde a una oferta para proporcionar este artículo (por ejemplo, una oferta para vender un producto, alquilar el DVD de una película o regalar entradas a un evento). |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-03 (UTC)
[null,null,["Última actualización: 2024-09-03 (UTC)"],[[["AggregateOffer, an extension of Offer, provides a way to represent a group of offers for a single product."],["It includes details like the highest and lowest prices, the total number of offers, and the individual offers themselves."],["This markup is used to display summarized information about multiple offers for a product or service."]]],["The `AggregateOffer` type defines a collection of offers, extending the base `Offer` type. It includes the `highPrice` and `lowPrice`, representing the highest and lowest prices among the offers, respectively, which can be numbers or text. The `offerCount` field specifies the total number of offers, and the `offers` field lists the individual offers, which can include sales, rentals, or giveaways.\n"]]