| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::ReviewDetailsType
Contains product reviews written by eBay members.
eBay::API::XML::DataType::ReviewDetailsType inherits from the eBay::API::XML::BaseDataType class
The product's average rating (out of 5) based on all reviews. For example, a value like 4.5 would mean the average rating is 4.5 out of 5. (See ReviewCount for the total number of reviews.)
Max: 5 Min: 0
# Argument: 'xs:float'
Calls: GetProducts Returned: Conditionally
# Returns: 'xs:float'
An eBay member's review of the product.
MaxOccurs: 20
# Argument: reference to an array of 'ns:ReviewType'
Calls: GetProducts Returned: Conditionally
# Returns: reference to an array of 'ns:ReviewType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |