Order Fill Rate

View as Markdown
Returns the **Order Fill Rate** — a key supply chain performance indicator measuring the percentage of ordered product quantities that were actually supplied by NMS in a given cycle. **Query Parameters:** - `financialYear` — e.g., `2023/2024` (uses `{{financial_year}}` variable) - `cycle` — e.g., `1` (uses `{{cycle}}` variable) **Success Response (200 OK):** Fill rate data broken down by facility and/or product category, including: - `orderedQuantity` — Total quantity ordered - `suppliedQuantity` — Total quantity delivered - `fillRate` — Percentage supplied (0–100%) **Notes:** - A fill rate below 80% typically indicates supply chain performance issues requiring investigation. - This report is read-only and intended for performance dashboards and MoH reporting.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

financialYearstringOptional
cyclestringOptional

Response

Successful response