Skip to content

Commit 8fb488b

Browse files
committed
MDEE-342: document reindex limit
1 parent ef74410 commit 8fb488b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

SalesOrdersDataExporter/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ To export orders data simply run reindex command:
3434
```shell
3535
bin/magento indexer:reindex sales_order_data_exporter_v2
3636
```
37-
Note currently reindexing is limited to orders modified in the last 7 days.
37+
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

Comments
 (0)