@lcdp/api-react-rest-client 2.11.4-develop.14442100712 → 2.11.4-develop.14532467134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11,6 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Synchronization state of the product
|
|
14
|
+
* * UP_AND_DOWN: Automatic creation/update and deletion of sale offers according to your available stock.
|
|
15
|
+
* Note : Will create its own offer, meaning if you already have a sale offer on a product, it will create a duplicate.
|
|
16
|
+
* Note 2 : Setting 'NONE' to a productId with SynchronizationMode 'UP_AND_DOWN' will delete the associated sale offers.
|
|
17
|
+
* * DOWN: Automatic update of existing sale offers according to your available stock.
|
|
18
|
+
* Note : Will only update sale offer if there is only one sale offer active on a given product.
|
|
19
|
+
* Note 2 : Setting 'NONE' to a productId with SynchronizationMode 'DOWN' will not archive the existing sale offers.
|
|
20
|
+
* * NONE: Do not synchronize productId according to available stock.
|
|
21
|
+
*
|
|
14
22
|
* @export
|
|
15
23
|
*/
|
|
16
24
|
export declare const SynchronizationMode: {
|
|
@@ -16,6 +16,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.SynchronizationModeToJSON = exports.SynchronizationModeFromJSONTyped = exports.SynchronizationModeFromJSON = exports.instanceOfSynchronizationMode = exports.SynchronizationMode = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* Synchronization state of the product
|
|
19
|
+
* * UP_AND_DOWN: Automatic creation/update and deletion of sale offers according to your available stock.
|
|
20
|
+
* Note : Will create its own offer, meaning if you already have a sale offer on a product, it will create a duplicate.
|
|
21
|
+
* Note 2 : Setting 'NONE' to a productId with SynchronizationMode 'UP_AND_DOWN' will delete the associated sale offers.
|
|
22
|
+
* * DOWN: Automatic update of existing sale offers according to your available stock.
|
|
23
|
+
* Note : Will only update sale offer if there is only one sale offer active on a given product.
|
|
24
|
+
* Note 2 : Setting 'NONE' to a productId with SynchronizationMode 'DOWN' will not archive the existing sale offers.
|
|
25
|
+
* * NONE: Do not synchronize productId according to available stock.
|
|
26
|
+
*
|
|
19
27
|
* @export
|
|
20
28
|
*/
|
|
21
29
|
exports.SynchronizationMode = {
|