Retrieve price grouping data representing the price distribution of listings retrieved from a given search query. Intended to be rendered as a histogram.
{
"Success": false,
"BucketCount": 123,
"PriceInterval": 123.0,
"PriceOutlierBoundary": 123.0,
"PriceMin": 123.0,
"PriceMax": 123.0,
"ListingCountClippedLimitSuggestion": 123.0,
"PriceGroupBuckets": [
{
"PriceFrom": 123.0,
"PriceTo": 123.0,
"ListingCount": 123,
"IsExtendedRange": false
},
{
"PriceFrom": 123.0,
"PriceTo": 123.0,
"ListingCount": 123,
"IsExtendedRange": false
}
]
}