Skip to main content

Bulk Apply Planning Policy

POST 

/api/manufacturing/mrp/planning-policies/bulk-apply

Apply one identical set of policy attributes to many products at once. Auth: requires Bearer token. FormRequest: BulkApplyPlanningPolicyRequest. Fields: product_ids[] (required, min:1, exists:products), warehouse_id (nullable, exists:warehouses), plus the shared policyAttributeRules() (planning_method and lot_sizing_rule required; rest as in Upsert Planning Policy).

Required scope: manufacturing:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

OK

Response Headers
    Content-Type