Skip to main content

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.

Required scope: manufacturing:read

Grant 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

OK

Response Headers
    Content-Type