digicust_types 1.8.43 → 1.8.44
Sign up to get free protection for your applications and to get access to all the features.
@@ -61,7 +61,7 @@ export interface ExecutionStrategy {
|
|
61
61
|
dataNormalization?: {
|
62
62
|
active?: boolean;
|
63
63
|
/** Determines how to deal with additional costs like shipping costs, packing, ... */
|
64
|
-
additionalCostsStrategy?: "addToFirstItem" | "splitToAllItems";
|
64
|
+
additionalCostsStrategy?: "addToFirstItem" | "splitToAllItems" | "splitToAllItemsByNetWeight" | "splitToAllItemsByTotalValue";
|
65
65
|
allowDateInOrderNumber?: boolean;
|
66
66
|
eliminateArticleNumberFromDescription?: boolean;
|
67
67
|
/** Determines whether or not data from incoming emails are extracted and normalized.
|