AggregateOffer
Tên loại: AggregateOffer
Gia hạn Ưu đãi
Tên |
Loại |
Mô tả |
giá cao |
Số hoặc Văn bản |
Giá cao nhất trong số tất cả đề nghị hiện có. |
giá thấp |
Số hoặc Văn bản |
Giá thấp nhất trong số tất cả đề nghị hiện có. |
ưu đãi |
Số nguyên |
Số lượng đề nghị về sản phẩm. |
phiếu mua hàng |
Ưu đãi |
Ưu đãi để cung cấp mặt hàng này – ví dụ như ưu đãi bán sản phẩm, thuê đĩa DVD của phim hoặc tặng vé tham dự sự kiện. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-03 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]