File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,5 +37,13 @@ bin/magento indexer:reindex sales_order_data_exporter_v2
3737
3838Reindexing 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.
You can’t perform that action at this time.
0 commit comments