Download Lines Import Template
GET//:domain/api/warehouses/transfers/import-lines/template
Downloads a multi-sheet XLSX template for the warehouse transfer lines bulk import.
Response: A binary .xlsx file (zip-based Office Open XML).
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheetContent-Disposition:attachment; filename="warehouse-transfer-lines-import-template-YYYY-MM-DD.xlsx"
Sheets:
- Import Here — the row-data sheet with two required columns (
sku,quantity) plus 3 example rows. Header row is frozen; columns are autofiltered; the SKU column has a comment explaining required fields. - Field Guide — reference sheet describing each column (Required, Description, Valid Values, Example).
No query parameters or request body. Used by the "Import Lines from CSV" workflow on the warehouse transfer detail page (the resulting filled-out file is then POSTed to /api/warehouses/transfers/import-lines).
Request
Responses
- 200
OK
Response Headers
Content-Type
Content-Disposition