Looking for help!
NAME
SemanticWeb::Schema::AggregateOffer - When a single product is associated with multiple offers (for example
VERSION
version v0.0.2
DESCRIPTION
When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.
ATTRIBUTES
high_price
highPrice
The highest price of all offers available.
A high_price should be one of the following types:
Num
Str
low_price
lowPrice
The lowest price of all offers available.
A low_price should be one of the following types:
Str
Num
offer_count
offerCount
The number of offers for the product.
A offer_count should be one of the following types:
offers
An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.
A offers should be one of the following types:
SEE ALSO
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)