You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: SalesOrdersDataExporter/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Overview
2
-
SalesDataExporter module allows to collect Orders entities and sales related entities (order items, shipments, invoices, credit memos, payment transactions) for further export to external services.
2
+
SalesOrdersDataExporter module allows to collect Orders entities and sales related entities (order items, shipments, invoices, credit memos, payment transactions) for further export to external services.
3
3
Sales Orders Export works properly only with “Updated On Schedule” indexer mode.
4
4
### Entities UUID
5
-
Each exported item should have it's own UUID, so only items with UUID assigned will be able to be exported. For example if customer has some orders and then installs SalesDataExporter module - only orders which would be created after installation will be exported.
5
+
Each exported item should have it's own UUID, so only items with UUID assigned will be able to be exported. For example if customer has some orders and then installs SalesOrdersDataExporter module - only orders which would be created after installation will be exported.
6
6
There is also ability to assign UUIDs to already assigned orders and order entities: "commerce-data-export:orders:link" command:
7
7
8
8
```shell
@@ -32,5 +32,5 @@ Current time will be used by default
32
32
### Reindexing
33
33
To export full orders data simply run reindex command:
0 commit comments