Skip to main content

Download MPS Import Template

GET 

/api/manufacturing/mrp/mps/import/template

Download the Master Production Schedule 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 mps_entries; the columns match GET /api/manufacturing/mrp/mps/export, so an export can be re-imported unchanged. Set the delete column to remove an entry on re-import.

Required scope: mrp:run|manufacturing:write

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

Request

Responses

OK

Response Headers
    Content-Type
    Content-Disposition