Get Planning Policy Coverage
GET/api/manufacturing/mrp/planning-policies/coverage
Counts of active products that have no planning policy at all (neither an item-level default nor a per-warehouse override), and how many of those are made or consumed by a non-archived bill of materials.
manufacturing:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
Authentication: Requires Bearer token.
MRP plans only products that have a policy; a product without one is skipped, not planned with defaults. Use this to find where to start when the policy list is empty: the bill-of-materials subset is what a planning run is missing first.
Response fields:
- products_without_policy: active products with no policy row.
- bom_products_without_policy: the subset of those that are the parent of, or a component line on, a non-archived bill of materials.
Request
Responses
- 200
- 401
- 403
- 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.
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.