Download Planning Policy Import Template
GET/api/manufacturing/mrp/planning-policies/import/template
Download the planning-policy import template as an Excel workbook. It carries three sheets: Import Here (the empty column headings to fill in), Field Guide (what each column means and which values it accepts) and Reference Data (the warehouses and enum values this account recognises).
Authorization: requires the mrp.run permission and a token carrying the mrp:run scope (manufacturing:write also satisfies it). The template is the first step of an import, so it takes the same grant the upload does.
Response is a file download, not JSON. Upload the filled-in file through the shared data-import endpoints using entity type planning_policies; the columns match GET /api/manufacturing/mrp/planning-policies/export, so an export can be re-imported unchanged.
mrp:run|manufacturing:writeGrant this scope to your token under Settings → Developer → Personal Access Tokens.
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.