Skip to main content

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

OK

Response Headers
    Content-Type