forked from outscale/simugreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore_prices.json
62 lines (62 loc) · 1.32 KB
/
store_prices.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"1": {
"type": "clone_product",
"arguments": {"product_id": 1, "new_product_id": 100, "coef": 2}
},
"2": {
"type": "sum_of_prices",
"arguments": {"product_id": 100}
},
"3": {
"type": "clone_product",
"arguments": {"product_id": 2, "new_product_id": 100, "coef": 5}
},
"5": {
"type": "sum_of_prices",
"arguments": {"product_id": 100}
},
"6": {
"type": "clone_product",
"arguments": {"product_id": 2, "new_product_id": 100, "coef": 3}
},
"7": {
"type": "sum_of_prices",
"arguments": {"product_id": 100}
},
"8": {
"type": "clone_product",
"arguments": {"product_id": 3, "new_product_id": 100, "coef": 0.2}
},
"9": {
"type": "sum_of_prices",
"arguments": {"product_id": 100}
},
"10": {
"type": "clone_product",
"arguments": {"product_id": 1, "new_product_id": 100, "coef": 0.5}
},
"11": {
"type": "sum_of_prices",
"arguments": {"product_id": 100}
},
"12": {
"type": "clone_product",
"arguments": {"product_id": 3, "new_product_id": 100, "coef": 5}
},
"13": {
"type": "sum_of_prices",
"arguments": {"product_id": 100}
},
"14": {
"type": "clone_product",
"arguments": {"product_id": 3, "new_product_id": 100, "coef": 5}
},
"15": {
"type": "sum_of_prices",
"arguments": {"product_id": 100}
},
"16": {
"type": "delete_product",
"arguments": {"product_id": 100}
}
}