We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef74410 commit 8fb488bCopy full SHA for 8fb488b
1 file changed
SalesOrdersDataExporter/README.md
@@ -34,4 +34,8 @@ To export orders data simply run reindex command:
34
```shell
35
bin/magento indexer:reindex sales_order_data_exporter_v2
36
```
37
-Note currently reindexing is limited to orders modified in the last 7 days.
+
38
+Reindexing is currently limited to orders modified in the last 7 days.
39
40
+Note that `commerce-data-export:orders:link` will assign uuids to the orders older than last 7 days but only orders
41
+modified within that timeframe will be exported.
0 commit comments