Skip to content

Commit 77c2c33

Browse files
authored
MDEE-418: Export selected product options (#252)
1 parent 608047e commit 77c2c33

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

SalesOrdersDataExporter/etc/et_schema.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<field name="qtyRefunded" type="Float" />
113113
<field name="qtyCanceled" type="Float" />
114114
<field name="productType" type="String" />
115+
<field name="productOptions" type="String" />
115116
<field name="itemsShippedTogether" type="Boolean"
116117
provider="Magento\SalesOrdersDataExporter\Model\Provider\Items\OrderItemAdjustment">
117118
<using field="entityId" />

SalesOrdersDataExporter/etc/query.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<attribute name="qty_refunded" alias="qtyRefunded" />
9696
<attribute name="qty_canceled" alias="qtyCanceled" />
9797
<attribute name="product_type" alias="productType" />
98-
<attribute name="product_options" /> <!-- used to calculate itemsShippedTogether -->
98+
<attribute name="product_options" alias="productOptions" /> <!-- used to calculate itemsShippedTogether -->
9999
<attribute name="sku" />
100100
<attribute name="name" />
101101
<attribute name="qty_ordered" alias="qty" />

0 commit comments

Comments
 (0)