| Common Fields | |||
| Field | Type | Summary | Req. |
| ...Statistics.MaxSoldPrice | float | The maximum selling price from all items | no |
| ...Statistics.MinSoldPrice | float | The minimum selling price from all items | no |
| Call Specific Fields | |||
| Field | Type | Summary | Req. |
| GetPriceResearchResponse.Ack | string | Call Acknowledgement | yes |
| GetPriceResearchResponse.Errors | Error that occured during the call | no | |
| ...Errors.ErrorClassification | string | The type of Error that occured | no |
| ...Errors.ErrorCode | integer | An integer uniquely identifying the Error | no |
| ...Errors.ErrorParameters | Any additional parameters relating to the Error | no | |
| ...ErrorParameters.Value | string | An error parameter value | no |
| ...Errors.LongMessage | string | An error string relating to the Error | no |
| ...Errors.ShortMessage | string | A basic error string | no |
| ...Errors.SeverityCode | string | How severe the error was | no |
| GetPriceResearchResponse.Timestamp | datetime | The time at which the API call was processed | yes |
| GetPriceResearchResponse.Version | integer | The version number of the API result schema | yes |
| GetPriceResearchResponse.Statistics | Contains overall result statistics | no | |
| ...Statistics.TotalSales | float | The total revenue for all items | no |
| ...Statistics.TotalSoldItems | integer | The total number of successful items found | no |
| ...Statistics.AverageSoldPrice | float | The average selling price for all items | no |
| GetPriceResearchResponse.DailyStatistics | Contains daily statistics | no | |
| ...DailyStatistics.Date | date | The date of the data in this DailyStatistics node | no |
| ...DailyStatistics.TotalSales | float | The total sales for this day | no |
| ...DailyStatistics.TotalSoldItems | integer | The total number of successful items found for this day | no |
| ...DailyStatistics.AverageSoldPrice | float | The average selling price for items on this day | no |
| ...DailyStatistics.MaxSoldPrice | float | The maximum sale price for items on this day | no |
| ...DailyStatistics.MinSoldPrice | float | The minimum sale price for items on this day | no |