List Measured Lead Time Coverage Products
POST/api/inventory-forecasting/lead-time-coverage/products
Paginated per-product breakdown of configured versus measured lead time for a forecast scope, including which value would drive the forecast when measured lead times are enabled.
Authentication: Requires Bearer token.
Request body:
- supplier_ids (required, integer array) — suppliers in scope.
- destination_warehouse_id (optional, integer) — prefers the destination-scoped measured actual.
- product_filters (optional, object) — filter_groups structure to narrow the products.
- search (optional, string) — matches product SKU or name.
- measured (optional, string) — one of 'has_measured' or 'falls_back' to only return products that do or do not have measured data.
- page (optional, integer, default 1).
- per_page (optional, integer, default 10, max 100).
Response fields per product:
- configured_lead_time / configured_source — the configured lead time and where it comes from.
- measured_avg_days, measured_sample_size, measured_reliability_pct, measured_variance — the measured evidence (null when none exists).
- measured_scope — 'warehouse' (destination-scoped), 'blended' (across all warehouses), or null.
- resolved_lead_time / resolved_source / uses_measured — the value that would drive the forecast and whether measured data won.
Request
Responses
- 200
- 401
- 403
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Validation failed — the body is a field → messages map (Laravel shape) or the platform envelope with a stable machine-readable code. Fix the payload and resubmit.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.