GET /rest/widgets/product/get_min_max_price/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "max_price": 15197.23,
    "min_price": 0.0
}