AggregateOffer
Nome del tipo: AggregateOffer
Estende l'offerta
Nome |
Tipo |
Descrizione |
highPrice |
Numero o Testo |
Il prezzo massimo tra tutte le offerte disponibili. |
lowPrice |
Numero o Testo |
Il prezzo minimo tra tutte le offerte disponibili. |
offerCount |
Intero |
Il numero di offerte per il prodotto. |
offerte |
Offerta |
Un'offerta per fornire questo articolo, ad esempio un'offerta per vendere un prodotto, noleggiare il DVD di un film o regalare biglietti per un evento. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-03 UTC.
[null,null,["Ultimo aggiornamento 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"]]