You can export orders into a pre-created CSV template. You can create and manage CSV templates separately, using the CSV API.
Export CSV
POST /orders/ID/exportcsv
{
"order_ids": [84], // array of order IDs
"template_id": 1 // ID of the CSV template you wish to use
}