Skip to content

Commit ab8fa66

Browse files
committed
Add documentation to README.md
1 parent 0b12cb5 commit ab8fa66

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

SalesOrdersDataExporter/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,13 @@ bin/magento indexer:reindex sales_order_data_exporter_v2
3737

3838
Reindexing is currently limited to orders modified in the last 7 days.
3939

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.
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.
42+
43+
### Orders On Demmand
44+
Posibility to load sales orders from a date on SaaS Order Service. It's an independent process from usual sales order flow.
45+
To load orders:
46+
```shell
47+
bin/magento commerce-data-export:orders:export-on-demmand yyyymmdd
48+
```
49+
The command will assing uuids to orders and index them in sales_data_export_on_demmand_orders. As it is a on demmand op, no index is scheduled.

0 commit comments

Comments
 (0)