Skip to main content

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.sheet
  • Content-Disposition: attachment; filename="warehouse-transfer-lines-import-template-YYYY-MM-DD.xlsx"

Sheets:

  1. 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.
  2. 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

OK

Response Headers
    Content-Type
    Content-Disposition