Skip to content

Commit 6338123

Browse files
authored
MDEE-383: simplify orders exporter. (#228)
1 parent 71622de commit 6338123

11 files changed

Lines changed: 0 additions & 539 deletions

SalesOrdersDataExporter/Console/Command/ExportOnDemand.php

Lines changed: 0 additions & 105 deletions
This file was deleted.

SalesOrdersDataExporter/Model/Indexer/DateTimeRangeOrderIdsProvider.php

Lines changed: 0 additions & 94 deletions
This file was deleted.

SalesOrdersDataExporter/Model/Indexer/DateTimeRangeOrderProcessor.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

SalesOrdersDataExporter/Model/OnDemandExportOrdersRepository.php

Lines changed: 0 additions & 70 deletions
This file was deleted.

SalesOrdersDataExporter/Model/OnDemandOrdersExporter.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

SalesOrdersDataExporter/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,3 @@ Reindexing is currently limited to orders modified in the last 7 days.
3939

4040
Note that `commerce-data-export:orders:link` will assign uuids to the orders older than last 7 days but only orders
4141
modified within that timeframe will be exported.
42-
43-
### Orders on demand
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-demand yyyymmdd
48-
```
49-
The command will assing uuids to orders and index them in sales_data_export_on_demand_orders. As it is a on demand op, no index is scheduled.

0 commit comments

Comments
 (0)