ビュー データ エクスポート モジュールを使用して、Drupal Commerce キックスタート インストールから注文をエクスポートしようとしました。ただし、項目は html テーブルとしてレンダリングされます。
Views Export モジュールでこれが可能かどうかはわかりませんが、各項目をループして次のようなことを実現したいと考えています。
<order ordernr="1">
<customer_profile id="1">
...
</customer_profile>
<line_items>
<line_item sku="786">
<price>100</price>
</line_item>
etc...
</line_items>
</order>