Skip to content
ScoutingAPI
Docs

invalid_price_range

priceMin / priceMax is invalid (negative, or priceMax < priceMin).

HTTP 400invalid_requestNot retryable0 credits
HTTP 400error.type = invalid_request

How to fix it

Ensure priceMax ≥ priceMin ≥ 0.

Example response

400 invalid_request
// HTTP 400
{
  "error": {
    "type": "invalid_request",
    "code": "invalid_price_range",
    "message": "priceMin / priceMax is invalid (negative, or priceMax < priceMin).",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": false,
    "docUrl": "https://scoutingapi.com/docs/errors/invalid_price_range"
  }
}

This error is free

See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/invalid_price_range.