closer-cli 2.30.0 → 2.30.2
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.
- package/closer_localhost:3000/20221018_093618/product_20221018_093712.csv +319 -0
- package/closer_localhost:3000/20221018_093618/product_errors_20221018_093712.csv +0 -0
- package/closer_localhost:3000/20221018_093618/product_skipped_20221018_093712.csv +0 -0
- package/helpers.js +1 -1
- package/package.json +1 -1
- package/csv/customers.csv +0 -6
- package/csv/fieldConfigurations.csv +0 -33
- package/csv/groups.csv +0 -3
- package/csv/labels.csv +0 -49
- package/csv/lookups.csv +0 -11
- package/csv/prices.csv +0 -319
- package/csv/products.csv +0 -319
- package/csv/simple_customers.csv +0 -6
- package/csv/simple_userCustomer.csv +0 -36
- package/csv/simple_users.csv +0 -8
- package/csv/users.csv +0 -8
|
File without changes
|
|
File without changes
|
package/helpers.js
CHANGED
|
@@ -515,7 +515,7 @@ exports.printRefreshedOrders = ({ refreshed, errored, executionTime }) => {
|
|
|
515
515
|
const stringRefreshed = this.colorGreaterThanZero(refreshed.length, 'green')
|
|
516
516
|
const stringErrored = this.colorGreaterThanZero(errored.length, 'red')
|
|
517
517
|
|
|
518
|
-
message += `Refreshed ${stringRefreshed} orders (draft)`
|
|
518
|
+
message += `Refreshed ${stringRefreshed} orders (draft, template)`
|
|
519
519
|
|
|
520
520
|
if (errored.length) {
|
|
521
521
|
message += `, refresh failed for ${stringErrored} orders.`
|
package/package.json
CHANGED
package/csv/customers.csv
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
CustomerCode,CustomerName,PricebookCode,CustomerEmail,AddressStreet,AddressCity,AddressState,AddressZip,AddressCountry,GroupCodes,Markup
|
|
2
|
-
CUST01,Customer 01,SPB,cust01@example.com,Via Garibaldi,Vicenza,VI,36100,Italia,AI|WA,1.2
|
|
3
|
-
CUST02,Customer 02,SPB,cust02@example.com,Via De Gasperi,Roma,RM,00165,Italia,AI|WA,1.3
|
|
4
|
-
CUST03,Customer 03,SPB,cust03@example.com,Prato della Valle,Padova,PD,35100,Italia,AI|WA,1.0
|
|
5
|
-
CUST04,Customer 04,SPB,cust04@example.com,Via Etnea,Catania,CT,95121,Italia,AI,1.0
|
|
6
|
-
CUST05,Customer 05,SPB,cust05@example.com,Via Manzoni,Milano,MI,20121,Italia,WA,1.2
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
Entity,Key,Field,Value
|
|
2
|
-
Order,label,inputField1,Partita IVA
|
|
3
|
-
Order,schema,inputField1,"{""type"": ""string"", ""minLength"": 11, ""maxLength"": 12}"
|
|
4
|
-
Order,enabled,inputField1,true
|
|
5
|
-
Order,required,inputField1,true
|
|
6
|
-
Order,component,inputField1,text
|
|
7
|
-
Order,position,inputField1,5
|
|
8
|
-
Order,label,inputField2,Shipping Notes
|
|
9
|
-
Order,component,inputField2,text
|
|
10
|
-
Order,enabled,inputField2,true
|
|
11
|
-
Order,position,inputField2,2
|
|
12
|
-
Order,schema,inputField2,"{""type"": ""string""}"
|
|
13
|
-
Order,required,inputField2,false
|
|
14
|
-
Order,label,inputField3,Payment days
|
|
15
|
-
Order,component,inputField3,number
|
|
16
|
-
Order,enabled,inputField3,true
|
|
17
|
-
Order,position,inputField3,3
|
|
18
|
-
Order,required,inputField3,true
|
|
19
|
-
Order,schema,inputField3,"{""type"": ""integer"", ""minimum"": 0, ""maximum"": 120}"
|
|
20
|
-
Order,label,inputField4,Payment Method
|
|
21
|
-
Order,component,inputField4,dropdown
|
|
22
|
-
Order,required,inputField4,true
|
|
23
|
-
Order,enabled,inputField4,true
|
|
24
|
-
Order,schema,inputField4,"{""type"": ""string""}"
|
|
25
|
-
Order,dataSource,inputField4,"[{""value"":""BT"", ""label"":""Bank Transfer""},{""value"":""CC"", ""label"":""Credit Card""},{""value"":""PP"", ""label"":""PayPal""}]"
|
|
26
|
-
Order,position,inputField4,1
|
|
27
|
-
Order,component,customerLookup1,dropdown
|
|
28
|
-
Order,required,customerLookup1,true
|
|
29
|
-
Order,enabled,customerLookup1,true
|
|
30
|
-
Order,schema,customerLookup1,"{""type"": ""string""}"
|
|
31
|
-
Order,position,customerLookup1,4
|
|
32
|
-
Order,label,customerLookup1,Courier
|
|
33
|
-
Order,dataSource,customerLookup1,lookup
|
package/csv/groups.csv
DELETED
package/csv/labels.csv
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
Locale,Key,Value
|
|
2
|
-
en,filter1,Product Type
|
|
3
|
-
en,filter2,Product Group
|
|
4
|
-
en,filter3,Color Group
|
|
5
|
-
en,filter4,Delivery
|
|
6
|
-
en,filter5,Made In
|
|
7
|
-
en,filter6,Fit
|
|
8
|
-
en,filter7,Line
|
|
9
|
-
en,filter8,Price Class
|
|
10
|
-
it,filter1,Tipologia Prodotto
|
|
11
|
-
it,filter2,Gruppo Prodotto
|
|
12
|
-
it,filter3,Gruppo Colore
|
|
13
|
-
it,filter4,Consegna
|
|
14
|
-
it,filter5,Made In
|
|
15
|
-
it,filter6,Vestibilità
|
|
16
|
-
it,filter7,Linea
|
|
17
|
-
it,filter8,Fascia di Prezzo
|
|
18
|
-
it,label1,Composizione
|
|
19
|
-
en,label1,Composition
|
|
20
|
-
en,label2,Notes
|
|
21
|
-
it,label2,Note
|
|
22
|
-
it,label3,Barcode
|
|
23
|
-
en,label3,Barcode
|
|
24
|
-
it,label4,Note Espositore
|
|
25
|
-
en,label4,Merchandiser Notes
|
|
26
|
-
en,label5,Cancelled Notes
|
|
27
|
-
it,label5,Note di Cancellazione
|
|
28
|
-
it,macrofilter1,Stagione
|
|
29
|
-
en,macrofilter1,Season
|
|
30
|
-
it,variant1,Tessuto
|
|
31
|
-
en,variant1,Fabric
|
|
32
|
-
it,variant2,Colore
|
|
33
|
-
en,variant2,Color
|
|
34
|
-
en,request-forgot-password_notification-title,Forgot your password?
|
|
35
|
-
it,request-forgot-password_notification-title,Hai dimenticato la password?
|
|
36
|
-
en,request-forgot-password_notification-message,"To create a new password, just copy the following code to the app: ${forgotPasswordToken}"
|
|
37
|
-
it,request-forgot-password_notification-message,"Per creare una nuova password, copia il seguente codice nell'app: ${forgotPasswordToken}"
|
|
38
|
-
en,forgot-password_notification-title,Your password has been updated
|
|
39
|
-
it,forgot-password_notification-title,La tua password è stata aggiornata
|
|
40
|
-
en,forgot-password_notification-message,Welcome back ${user.name}! Your Closer account password has been updated.
|
|
41
|
-
it,forgot-password_notification-message,Bentornato ${user.name}! La password del tuo account Closer è stata aggiornata.
|
|
42
|
-
en,change-order-owner-source-user_notification-title,Order shared
|
|
43
|
-
it,change-order-owner-source-user_notification-title,Ordine condiviso
|
|
44
|
-
en,change-order-owner-source-user_notification-message,You shared the order ${orderId} with ${targetUser.name}.
|
|
45
|
-
it,change-order-owner-source-user_notification-message,Hai condiviso l'ordine ${orderId} con ${targetUser.name}.
|
|
46
|
-
en,change-order-owner-target-user_notification-title,You have received an order
|
|
47
|
-
it,change-order-owner-target-user_notification-title,Hai ricevuto un ordine
|
|
48
|
-
en,change-order-owner-target-user_notification-message,${targetUser.name} sent you an order ${orderId}.
|
|
49
|
-
it,change-order-owner-target-user_notification-message,${targetUser.name} ti ha inviato un ordine ${orderId}.
|
package/csv/lookups.csv
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
CustomerCode,Field,Code,Description,Entity,Position
|
|
2
|
-
CUST01,customerLookup1,BT,BRT Bartolini,Order,1
|
|
3
|
-
CUST01,customerLookup1,CC,UPS,Order,2
|
|
4
|
-
CUST02,customerLookup1,BC,SDA Poste Italiane,Order,1
|
|
5
|
-
CUST02,customerLookup1,CC,UPS,Order,2
|
|
6
|
-
CUST03,customerLookup1,CC,UPS,Order,1
|
|
7
|
-
CUST03,customerLookup1,PP,DHL,Order,2
|
|
8
|
-
CUST04,customerLookup1,BT,BRT Bartolini,Order,1
|
|
9
|
-
CUST04,customerLookup1,PP,DHL,Order,2
|
|
10
|
-
CUST05,customerLookup1,CC,UPS,Order,1
|
|
11
|
-
CUST05,customerLookup1,BC,SDA Poste Italiane,Order,2
|
package/csv/prices.csv
DELETED
|
@@ -1,319 +0,0 @@
|
|
|
1
|
-
VariantCode,PricebookCode,PricebookName,Currency,Price,SizesAndPrices
|
|
2
|
-
CO0367-A312-666,SPB,Standard PriceBook,EUR,380,"{""M"":360,""S"":260}"
|
|
3
|
-
CO3046-C322-00F,SPB,Standard PriceBook,EUR,626,"{""XS"":260,""S"":300}"
|
|
4
|
-
CO3046-C322-FC6,SPB,Standard PriceBook,EUR,107,
|
|
5
|
-
CO7738-C322-0,SPB,Standard PriceBook,EUR,937,
|
|
6
|
-
CO7738-C322-9CC,SPB,Standard PriceBook,EUR,685,
|
|
7
|
-
CO7961-W308-0,SPB,Standard PriceBook,EUR,916,
|
|
8
|
-
CO8073-C322-0,SPB,Standard PriceBook,EUR,249,
|
|
9
|
-
CO8073-C322-630,SPB,Standard PriceBook,EUR,409,
|
|
10
|
-
CO8073-C322-CC9,SPB,Standard PriceBook,EUR,641,
|
|
11
|
-
CO8098-W302-0,SPB,Standard PriceBook,EUR,210,
|
|
12
|
-
CO8098-W302-00F,SPB,Standard PriceBook,EUR,259,
|
|
13
|
-
CO0706-C322-00F,SPB,Standard PriceBook,EUR,990,
|
|
14
|
-
CO0706-C322-FC6,SPB,Standard PriceBook,EUR,461,
|
|
15
|
-
CO6107-P350-0,SPB,Standard PriceBook,EUR,655,
|
|
16
|
-
CO6107-P350-00F,SPB,Standard PriceBook,EUR,725,
|
|
17
|
-
CO6107-P350-666,SPB,Standard PriceBook,EUR,590,
|
|
18
|
-
CO6107-P350-FFC,SPB,Standard PriceBook,EUR,390,
|
|
19
|
-
CO7179-W302-00F,SPB,Standard PriceBook,EUR,163,
|
|
20
|
-
BL7910-P361-00F,SPB,Standard PriceBook,EUR,487,
|
|
21
|
-
BL0706-P361-0,SPB,Standard PriceBook,EUR,748,
|
|
22
|
-
BL0706-P361-00F,SPB,Standard PriceBook,EUR,122,
|
|
23
|
-
BL6861-C364-00F,SPB,Standard PriceBook,EUR,220,
|
|
24
|
-
SK0766-P361-0,SPB,Standard PriceBook,EUR,247,
|
|
25
|
-
SK0766-P361-00F,SPB,Standard PriceBook,EUR,202,
|
|
26
|
-
SK3046-C322-00F,SPB,Standard PriceBook,EUR,453,
|
|
27
|
-
SK3046-C322-FC6,SPB,Standard PriceBook,EUR,36,
|
|
28
|
-
SK7738-C322-0,SPB,Standard PriceBook,EUR,998,
|
|
29
|
-
SK7738-C322-9CC,SPB,Standard PriceBook,EUR,565,
|
|
30
|
-
SK8073-C322-0,SPB,Standard PriceBook,EUR,469,
|
|
31
|
-
SK8073-C322-630,SPB,Standard PriceBook,EUR,819,
|
|
32
|
-
SK8073-C322-CC9,SPB,Standard PriceBook,EUR,696,
|
|
33
|
-
SK8098-W302-0,SPB,Standard PriceBook,EUR,302,
|
|
34
|
-
SK8098-W302-00F,SPB,Standard PriceBook,EUR,130,
|
|
35
|
-
SW2619-V304-0,SPB,Standard PriceBook,EUR,396,
|
|
36
|
-
SW2619-V304-333,SPB,Standard PriceBook,EUR,991,
|
|
37
|
-
SW2619-V304-CC9,SPB,Standard PriceBook,EUR,152,
|
|
38
|
-
SW2619-V304-F06,SPB,Standard PriceBook,EUR,687,
|
|
39
|
-
SW2619-V304-FFF,SPB,Standard PriceBook,EUR,941,
|
|
40
|
-
SW4277-K782-0,SPB,Standard PriceBook,EUR,598,
|
|
41
|
-
SW4277-K782-999,SPB,Standard PriceBook,EUR,160,
|
|
42
|
-
SW4277-K782-F00,SPB,Standard PriceBook,EUR,130,
|
|
43
|
-
SW4277-K782-FC6,SPB,Standard PriceBook,EUR,662,
|
|
44
|
-
SW5584-V314-0,SPB,Standard PriceBook,EUR,996,
|
|
45
|
-
SW5584-V314-0FF,SPB,Standard PriceBook,EUR,125,
|
|
46
|
-
SW5584-V314-FFF,SPB,Standard PriceBook,EUR,143,
|
|
47
|
-
SW6873-A330-999,SPB,Standard PriceBook,EUR,211,
|
|
48
|
-
SW6873-A330-FCC,SPB,Standard PriceBook,EUR,86,
|
|
49
|
-
SW6873-A330-FFF,SPB,Standard PriceBook,EUR,599,
|
|
50
|
-
SW0367-C327-00F,SPB,Standard PriceBook,EUR,285,
|
|
51
|
-
SW0367-C327-0FF,SPB,Standard PriceBook,EUR,291,
|
|
52
|
-
SW0367-C327-666,SPB,Standard PriceBook,EUR,587,
|
|
53
|
-
SW0367-C327-CCC,SPB,Standard PriceBook,EUR,84,
|
|
54
|
-
SW0367-C327-FFC,SPB,Standard PriceBook,EUR,238,
|
|
55
|
-
SW0693-A312-00F,SPB,Standard PriceBook,EUR,639,
|
|
56
|
-
SW0693-A312-333,SPB,Standard PriceBook,EUR,85,
|
|
57
|
-
SW0694-V314-0,SPB,Standard PriceBook,EUR,683,
|
|
58
|
-
SW0694-V314-00F,SPB,Standard PriceBook,EUR,162,
|
|
59
|
-
SW0694-V314-09F,SPB,Standard PriceBook,EUR,406,
|
|
60
|
-
SW0694-V314-666,SPB,Standard PriceBook,EUR,616,
|
|
61
|
-
SW0695-V315-0,SPB,Standard PriceBook,EUR,802,
|
|
62
|
-
SW0695-V315-00F,SPB,Standard PriceBook,EUR,674,
|
|
63
|
-
SW0695-V315-666,SPB,Standard PriceBook,EUR,558,
|
|
64
|
-
SW5755-V304-0,SPB,Standard PriceBook,EUR,55,
|
|
65
|
-
SW6096-A330-P00,SPB,Standard PriceBook,EUR,437,
|
|
66
|
-
SS2731-C432-FFF,SPB,Standard PriceBook,EUR,39,
|
|
67
|
-
SS7891-P582-0,SPB,Standard PriceBook,EUR,303,
|
|
68
|
-
SS5522-C471-0,SPB,Standard PriceBook,EUR,579,
|
|
69
|
-
SS5522-C471-CC9,SPB,Standard PriceBook,EUR,542,
|
|
70
|
-
SS5522-C471-EEE,SPB,Standard PriceBook,EUR,600,
|
|
71
|
-
SS5522-C471-FFF,SPB,Standard PriceBook,EUR,524,
|
|
72
|
-
SS5751-C432-09F,SPB,Standard PriceBook,EUR,855,
|
|
73
|
-
SS6519-C311-CFF,SPB,Standard PriceBook,EUR,706,
|
|
74
|
-
SS6519-C311-FFF,SPB,Standard PriceBook,EUR,947,
|
|
75
|
-
TS0264-C370-0,SPB,Standard PriceBook,EUR,301,
|
|
76
|
-
TS0264-C370-00F,SPB,Standard PriceBook,EUR,764,
|
|
77
|
-
TS0264-C370-999,SPB,Standard PriceBook,EUR,503,
|
|
78
|
-
TS0264-C370-EEE,SPB,Standard PriceBook,EUR,501,
|
|
79
|
-
TS0264-C370-FFF,SPB,Standard PriceBook,EUR,107,
|
|
80
|
-
TS5410-C370-FFF,SPB,Standard PriceBook,EUR,728,
|
|
81
|
-
TS7933-W302-999,SPB,Standard PriceBook,EUR,423,
|
|
82
|
-
TS5584-C370-0,SPB,Standard PriceBook,EUR,743,
|
|
83
|
-
TS5584-C370-FFF,SPB,Standard PriceBook,EUR,885,
|
|
84
|
-
PA1934-D301-00F,SPB,Standard PriceBook,EUR,275,
|
|
85
|
-
PA7147-D300-0,SPB,Standard PriceBook,EUR,1000,
|
|
86
|
-
PA7147-D300-00F,SPB,Standard PriceBook,EUR,937,
|
|
87
|
-
PA7147-D300-333,SPB,Standard PriceBook,EUR,409,
|
|
88
|
-
PA7215-D300-0,SPB,Standard PriceBook,EUR,381,
|
|
89
|
-
PA7215-D300-00F,SPB,Standard PriceBook,EUR,769,
|
|
90
|
-
PA7215-D300-C00,SPB,Standard PriceBook,EUR,286,
|
|
91
|
-
PA7215-D301-CFF,SPB,Standard PriceBook,EUR,227,
|
|
92
|
-
PA2969-P307-0,SPB,Standard PriceBook,EUR,96,
|
|
93
|
-
PA2969-P307-333,SPB,Standard PriceBook,EUR,894,
|
|
94
|
-
PA2969-P307-600,SPB,Standard PriceBook,EUR,405,
|
|
95
|
-
PA7912-C440-00F,SPB,Standard PriceBook,EUR,627,
|
|
96
|
-
PA0905-D301-09F,SPB,Standard PriceBook,EUR,695,
|
|
97
|
-
PA6855-D301-00F,SPB,Standard PriceBook,EUR,117,
|
|
98
|
-
PA6855-D301-09F,SPB,Standard PriceBook,EUR,324,
|
|
99
|
-
PA6855-D301-0FF,SPB,Standard PriceBook,EUR,322,
|
|
100
|
-
PA0706-C440-0,SPB,Standard PriceBook,EUR,805,
|
|
101
|
-
PA0706-C440-00F,SPB,Standard PriceBook,EUR,211,
|
|
102
|
-
PA0706-C440-666,SPB,Standard PriceBook,EUR,836,
|
|
103
|
-
PA0706-C440-C96,SPB,Standard PriceBook,EUR,48,
|
|
104
|
-
PA0706-C440-F93,SPB,Standard PriceBook,EUR,618,
|
|
105
|
-
PA0707-W367-00F,SPB,Standard PriceBook,EUR,633,
|
|
106
|
-
PA2398-P307-0,SPB,Standard PriceBook,EUR,689,
|
|
107
|
-
PA2398-P307-660,SPB,Standard PriceBook,EUR,555,
|
|
108
|
-
PA2398-P307-CC9,SPB,Standard PriceBook,EUR,618,
|
|
109
|
-
PA7601-C440-0,SPB,Standard PriceBook,EUR,141,
|
|
110
|
-
PA1701-C301-0,SPB,Standard PriceBook,EUR,719,
|
|
111
|
-
PA1701-C301-00F,SPB,Standard PriceBook,EUR,229,
|
|
112
|
-
PA1701-C301-333,SPB,Standard PriceBook,EUR,85,
|
|
113
|
-
PA1701-C301-999,SPB,Standard PriceBook,EUR,51,
|
|
114
|
-
PA1701-C301-FFF,SPB,Standard PriceBook,EUR,736,
|
|
115
|
-
PA8574-C368-999,SPB,Standard PriceBook,EUR,316,
|
|
116
|
-
SH5104-L302-0,SPB,Standard PriceBook,EUR,737,
|
|
117
|
-
SH5104-L302-600,SPB,Standard PriceBook,EUR,836,
|
|
118
|
-
SH5318-L303-0,SPB,Standard PriceBook,EUR,682,
|
|
119
|
-
SH5318-L303-36,SPB,Standard PriceBook,EUR,410,
|
|
120
|
-
SH5318-L303-903,SPB,Standard PriceBook,EUR,155,
|
|
121
|
-
SH5454-L306-0,SPB,Standard PriceBook,EUR,859,
|
|
122
|
-
SH5454-L306-306,SPB,Standard PriceBook,EUR,246,
|
|
123
|
-
SH5454-L306-63,SPB,Standard PriceBook,EUR,888,
|
|
124
|
-
SH5454-L306-C00,SPB,Standard PriceBook,EUR,375,
|
|
125
|
-
SH6112-L302-0,SPB,Standard PriceBook,EUR,637,
|
|
126
|
-
SH6112-L302-600,SPB,Standard PriceBook,EUR,59,
|
|
127
|
-
SH6210-L303-0,SPB,Standard PriceBook,EUR,250,
|
|
128
|
-
SH6210-L303-930,SPB,Standard PriceBook,EUR,752,
|
|
129
|
-
SH6210-L303-FCC,SPB,Standard PriceBook,EUR,28,
|
|
130
|
-
SH6230-S123-0,SPB,Standard PriceBook,EUR,212,
|
|
131
|
-
SH6230-S123-0F0,SPB,Standard PriceBook,EUR,976,
|
|
132
|
-
SH6230-S123-600,SPB,Standard PriceBook,EUR,830,
|
|
133
|
-
SH5040-L302-0,SPB,Standard PriceBook,EUR,582,
|
|
134
|
-
SH5263-P302-0,SPB,Standard PriceBook,EUR,844,
|
|
135
|
-
SH5263-P302-00F,SPB,Standard PriceBook,EUR,442,
|
|
136
|
-
SH5263-P302-0F0,SPB,Standard PriceBook,EUR,586,
|
|
137
|
-
SH5263-P302-600,SPB,Standard PriceBook,EUR,930,
|
|
138
|
-
SH5263-P302-666,SPB,Standard PriceBook,EUR,258,
|
|
139
|
-
SH5553-L306-0,SPB,Standard PriceBook,EUR,354,
|
|
140
|
-
SH5612-L303-0,SPB,Standard PriceBook,EUR,483,
|
|
141
|
-
SH5705-L307-FFF,SPB,Standard PriceBook,EUR,517,
|
|
142
|
-
SH5715-P302-0,SPB,Standard PriceBook,EUR,34,
|
|
143
|
-
BA8061-L306-0,SPB,Standard PriceBook,EUR,935,
|
|
144
|
-
BA8061-L306-FC6,SPB,Standard PriceBook,EUR,130,
|
|
145
|
-
BA8090-P307-0,SPB,Standard PriceBook,EUR,161,
|
|
146
|
-
BA6040-P306-0,SPB,Standard PriceBook,EUR,1,
|
|
147
|
-
BA6556-P305-00F,SPB,Standard PriceBook,EUR,588,
|
|
148
|
-
BA6556-P305-666,SPB,Standard PriceBook,EUR,585,
|
|
149
|
-
BA6576-L305-0,SPB,Standard PriceBook,EUR,62,
|
|
150
|
-
BA6590-P307-0,SPB,Standard PriceBook,EUR,145,
|
|
151
|
-
UN0501-P400-00F,SPB,Standard PriceBook,EUR,705,
|
|
152
|
-
UN0502-P400-0,SPB,Standard PriceBook,EUR,846,
|
|
153
|
-
UN0502-P400-X22,SPB,Standard PriceBook,EUR,350,
|
|
154
|
-
UN0506-P400-0,SPB,Standard PriceBook,EUR,384,
|
|
155
|
-
UN0506-P400-F06,SPB,Standard PriceBook,EUR,932,
|
|
156
|
-
UN0508-P400-F05,SPB,Standard PriceBook,EUR,244,
|
|
157
|
-
UN0508-P400-F07,SPB,Standard PriceBook,EUR,156,
|
|
158
|
-
UN0510-P400-6CF,SPB,Standard PriceBook,EUR,573,
|
|
159
|
-
UN0510-P400-X13,SPB,Standard PriceBook,EUR,273,
|
|
160
|
-
UN0401-P400-0,SPB,Standard PriceBook,EUR,40,
|
|
161
|
-
UN0401-P400-FFF,SPB,Standard PriceBook,EUR,168,
|
|
162
|
-
UN0402-P400-0,SPB,Standard PriceBook,EUR,108,
|
|
163
|
-
UN0402-P400-F06,SPB,Standard PriceBook,EUR,651,
|
|
164
|
-
UN0402-P400-FFF,SPB,Standard PriceBook,EUR,964,
|
|
165
|
-
UN0402-P400-X22,SPB,Standard PriceBook,EUR,131,
|
|
166
|
-
UN0405-P400-0,SPB,Standard PriceBook,EUR,67,
|
|
167
|
-
UN0405-P400-FFF,SPB,Standard PriceBook,EUR,518,
|
|
168
|
-
UN0406-P400-00K,SPB,Standard PriceBook,EUR,801,
|
|
169
|
-
UN0406-P400-544,SPB,Standard PriceBook,EUR,235,
|
|
170
|
-
UN0406-P400-545,SPB,Standard PriceBook,EUR,645,
|
|
171
|
-
UN0406-P400-F0K,SPB,Standard PriceBook,EUR,446,
|
|
172
|
-
UN0407-P400-0,SPB,Standard PriceBook,EUR,652,
|
|
173
|
-
UN0407-P400-F06,SPB,Standard PriceBook,EUR,375,
|
|
174
|
-
GL2720-X001-CCC,SPB,Standard PriceBook,EUR,251,
|
|
175
|
-
GL2721-X001-GGG,SPB,Standard PriceBook,EUR,465,
|
|
176
|
-
GL2722-X001-1,SPB,Standard PriceBook,EUR,237,
|
|
177
|
-
GL2725-X001-0,SPB,Standard PriceBook,EUR,417,
|
|
178
|
-
GL2726-X001-9CC,SPB,Standard PriceBook,EUR,47,
|
|
179
|
-
GL2727-X001-600,SPB,Standard PriceBook,EUR,819,
|
|
180
|
-
GL2728-X001-666,SPB,Standard PriceBook,EUR,887,
|
|
181
|
-
GL2797-X001-630,SPB,Standard PriceBook,EUR,99,
|
|
182
|
-
GL3147-X001-00G,SPB,Standard PriceBook,EUR,321,
|
|
183
|
-
GL3148-X001-601,SPB,Standard PriceBook,EUR,981,
|
|
184
|
-
GL3571-X001-C00,SPB,Standard PriceBook,EUR,729,
|
|
185
|
-
GL3572-X001-3,SPB,Standard PriceBook,EUR,952,
|
|
186
|
-
GL4722-X001-2,SPB,Standard PriceBook,EUR,853,
|
|
187
|
-
GL9166-X001-F00,SPB,Standard PriceBook,EUR,485,
|
|
188
|
-
UN8157-C368-565,SPB,Standard PriceBook,EUR,945,
|
|
189
|
-
UN8157-C368-566,SPB,Standard PriceBook,EUR,772,
|
|
190
|
-
UN8157-C368-567,SPB,Standard PriceBook,EUR,107,
|
|
191
|
-
UN8158-C368-776,SPB,Standard PriceBook,EUR,699,
|
|
192
|
-
UN8158-C368-777,SPB,Standard PriceBook,EUR,973,
|
|
193
|
-
UN8158-C368-778,SPB,Standard PriceBook,EUR,241,
|
|
194
|
-
UN8159-C368-00F,SPB,Standard PriceBook,EUR,49,
|
|
195
|
-
UN8159-C368-CCC,SPB,Standard PriceBook,EUR,101,
|
|
196
|
-
UN8159-C368-FFF,SPB,Standard PriceBook,EUR,885,
|
|
197
|
-
UN8160-C368-342,SPB,Standard PriceBook,EUR,268,
|
|
198
|
-
UN8160-C368-343,SPB,Standard PriceBook,EUR,145,
|
|
199
|
-
UN8160-C368-344,SPB,Standard PriceBook,EUR,516,
|
|
200
|
-
SC0301-P604-781,SPB,Standard PriceBook,EUR,148,
|
|
201
|
-
SC0302-P604-582,SPB,Standard PriceBook,EUR,251,
|
|
202
|
-
SC0303-P604-112,SPB,Standard PriceBook,EUR,947,
|
|
203
|
-
SC0304-P604-00F,SPB,Standard PriceBook,EUR,24,
|
|
204
|
-
SC0304-P604-564,SPB,Standard PriceBook,EUR,566,
|
|
205
|
-
SC7101-P604-555,SPB,Standard PriceBook,EUR,666,
|
|
206
|
-
SC7101-P604-F00,SPB,Standard PriceBook,EUR,571,
|
|
207
|
-
SC7102-P604-588,SPB,Standard PriceBook,EUR,525,
|
|
208
|
-
SC7103-P604-6CF,SPB,Standard PriceBook,EUR,203,
|
|
209
|
-
SC7104-P604-556,SPB,Standard PriceBook,EUR,972,
|
|
210
|
-
SC7201-P604-555,SPB,Standard PriceBook,EUR,351,
|
|
211
|
-
SC7201-P604-F00,SPB,Standard PriceBook,EUR,865,
|
|
212
|
-
SC7202-P604-588,SPB,Standard PriceBook,EUR,539,
|
|
213
|
-
SC7203-P604-6CF,SPB,Standard PriceBook,EUR,405,
|
|
214
|
-
SC7204-P604-556,SPB,Standard PriceBook,EUR,885,
|
|
215
|
-
SC7301-P604-0,SPB,Standard PriceBook,EUR,252,
|
|
216
|
-
SK0706-C322-00F,SPB,Standard PriceBook,EUR,467,
|
|
217
|
-
SK0706-C322-FC6,SPB,Standard PriceBook,EUR,327,
|
|
218
|
-
SK6107-P350-0,SPB,Standard PriceBook,EUR,745,
|
|
219
|
-
SK6107-P350-00F,SPB,Standard PriceBook,EUR,995,
|
|
220
|
-
SK6107-P350-666,SPB,Standard PriceBook,EUR,122,
|
|
221
|
-
SK6107-P350-FFC,SPB,Standard PriceBook,EUR,158,
|
|
222
|
-
SK2619-V304-0,SPB,Standard PriceBook,EUR,894,
|
|
223
|
-
SK2619-V304-333,SPB,Standard PriceBook,EUR,446,
|
|
224
|
-
SK2619-V304-CC9,SPB,Standard PriceBook,EUR,802,
|
|
225
|
-
SK2619-V304-F06,SPB,Standard PriceBook,EUR,301,
|
|
226
|
-
SK2619-V304-FFF,SPB,Standard PriceBook,EUR,383,
|
|
227
|
-
SK4277-K782-0,SPB,Standard PriceBook,EUR,252,
|
|
228
|
-
SK4277-K782-999,SPB,Standard PriceBook,EUR,90,
|
|
229
|
-
SK4277-K782-F00,SPB,Standard PriceBook,EUR,557,
|
|
230
|
-
SK4277-K782-FC6,SPB,Standard PriceBook,EUR,424,
|
|
231
|
-
SK5584-V314-0,SPB,Standard PriceBook,EUR,935,
|
|
232
|
-
SK5584-V314-0FF,SPB,Standard PriceBook,EUR,47,
|
|
233
|
-
SK5584-V314-FFF,SPB,Standard PriceBook,EUR,507,
|
|
234
|
-
SK6873-A330-999,SPB,Standard PriceBook,EUR,596,
|
|
235
|
-
SK6873-A330-FCC,SPB,Standard PriceBook,EUR,551,
|
|
236
|
-
SK6873-A330-FFF,SPB,Standard PriceBook,EUR,813,
|
|
237
|
-
SK0367-C327-00F,SPB,Standard PriceBook,EUR,831,
|
|
238
|
-
SK0367-C327-0FF,SPB,Standard PriceBook,EUR,597,
|
|
239
|
-
SK0367-C327-666,SPB,Standard PriceBook,EUR,222,
|
|
240
|
-
SK0367-C327-CCC,SPB,Standard PriceBook,EUR,538,
|
|
241
|
-
SK0367-C327-FFC,SPB,Standard PriceBook,EUR,270,
|
|
242
|
-
SK0693-A312-00F,SPB,Standard PriceBook,EUR,553,
|
|
243
|
-
SK0693-A312-333,SPB,Standard PriceBook,EUR,254,
|
|
244
|
-
SK0694-V314-0,SPB,Standard PriceBook,EUR,803,
|
|
245
|
-
SK0694-V314-00F,SPB,Standard PriceBook,EUR,760,
|
|
246
|
-
SK0694-V314-09F,SPB,Standard PriceBook,EUR,784,
|
|
247
|
-
SK0694-V314-666,SPB,Standard PriceBook,EUR,767,
|
|
248
|
-
SK0695-V315-0,SPB,Standard PriceBook,EUR,999,
|
|
249
|
-
SK0695-V315-00F,SPB,Standard PriceBook,EUR,850,
|
|
250
|
-
SK0695-V315-666,SPB,Standard PriceBook,EUR,453,
|
|
251
|
-
SK5522-C471-0,SPB,Standard PriceBook,EUR,246,
|
|
252
|
-
SK5522-C471-00F,SPB,Standard PriceBook,EUR,878,
|
|
253
|
-
SK5522-C471-CC9,SPB,Standard PriceBook,EUR,633,
|
|
254
|
-
SK5522-C471-EEE,SPB,Standard PriceBook,EUR,469,
|
|
255
|
-
SK7147-D300-0,SPB,Standard PriceBook,EUR,333,
|
|
256
|
-
SK7147-D300-00F,SPB,Standard PriceBook,EUR,959,
|
|
257
|
-
SK7147-D300-333,SPB,Standard PriceBook,EUR,652,
|
|
258
|
-
SK2969-P307-0,SPB,Standard PriceBook,EUR,721,
|
|
259
|
-
SK2969-P307-333,SPB,Standard PriceBook,EUR,260,
|
|
260
|
-
SK2969-P307-600,SPB,Standard PriceBook,EUR,573,
|
|
261
|
-
SK6855-D301-00F,SPB,Standard PriceBook,EUR,137,
|
|
262
|
-
SK6855-D301-09F,SPB,Standard PriceBook,EUR,649,
|
|
263
|
-
SK6855-D301-0FF,SPB,Standard PriceBook,EUR,620,
|
|
264
|
-
SK7215-D300-0,SPB,Standard PriceBook,EUR,482,
|
|
265
|
-
SK7215-D300-00F,SPB,Standard PriceBook,EUR,298,
|
|
266
|
-
SK7215-D300-C00,SPB,Standard PriceBook,EUR,849,
|
|
267
|
-
SK5698-P582-666,SPB,Standard PriceBook,EUR,901,
|
|
268
|
-
SK7706-C440-0,SPB,Standard PriceBook,EUR,419,
|
|
269
|
-
SK7706-C440-00F,SPB,Standard PriceBook,EUR,277,
|
|
270
|
-
SK7706-C440-666,SPB,Standard PriceBook,EUR,610,
|
|
271
|
-
SK7706-C440-C96,SPB,Standard PriceBook,EUR,167,
|
|
272
|
-
SK7706-C440-F93,SPB,Standard PriceBook,EUR,41,
|
|
273
|
-
SK2398-P307-0,SPB,Standard PriceBook,EUR,17,
|
|
274
|
-
SK2398-P307-660,SPB,Standard PriceBook,EUR,816,
|
|
275
|
-
SK2398-P307-CC9,SPB,Standard PriceBook,EUR,323,
|
|
276
|
-
SK1701-C301-0,SPB,Standard PriceBook,EUR,182,
|
|
277
|
-
SK1701-C301-00F,SPB,Standard PriceBook,EUR,822,
|
|
278
|
-
SK1701-C301-333,SPB,Standard PriceBook,EUR,61,
|
|
279
|
-
SK1701-C301-999,SPB,Standard PriceBook,EUR,276,
|
|
280
|
-
SK1701-C301-FFF,SPB,Standard PriceBook,EUR,668,
|
|
281
|
-
AW01MM-X38BA-FFF,SPB,Standard PriceBook,EUR,775,
|
|
282
|
-
AW01MM-X42BA-FFF,SPB,Standard PriceBook,EUR,303,
|
|
283
|
-
AW02MM-X38BA-0,SPB,Standard PriceBook,EUR,520,
|
|
284
|
-
AW02MM-X42BA-0,SPB,Standard PriceBook,EUR,270,
|
|
285
|
-
AW03MM-X38BU-0,SPB,Standard PriceBook,EUR,858,
|
|
286
|
-
AW03MM-X42BU-0,SPB,Standard PriceBook,EUR,1000,
|
|
287
|
-
AW04MM-X38G-0,SPB,Standard PriceBook,EUR,360,
|
|
288
|
-
AW05MM-X38GR-0,SPB,Standard PriceBook,EUR,780,
|
|
289
|
-
AW06MM-X38LB-808,SPB,Standard PriceBook,EUR,16,
|
|
290
|
-
AW06MM-X38LB-888,SPB,Standard PriceBook,EUR,122,
|
|
291
|
-
AW06MM-X42LB-808,SPB,Standard PriceBook,EUR,776,
|
|
292
|
-
AW06MM-X42LB-888,SPB,Standard PriceBook,EUR,835,
|
|
293
|
-
AW07MM-X38MB-139,SPB,Standard PriceBook,EUR,378,
|
|
294
|
-
AW07MM-X38MB-451,SPB,Standard PriceBook,EUR,940,
|
|
295
|
-
AW07MM-X38MB-765,SPB,Standard PriceBook,EUR,54,
|
|
296
|
-
AW08MM-X38ML-666,SPB,Standard PriceBook,EUR,231,
|
|
297
|
-
AW08MM-X42ML-666,SPB,Standard PriceBook,EUR,883,
|
|
298
|
-
AW09MM-X42LL-313,SPB,Standard PriceBook,EUR,577,
|
|
299
|
-
AW09MM-X42LL-494,SPB,Standard PriceBook,EUR,685,
|
|
300
|
-
AW09MM-X42LL-666,SPB,Standard PriceBook,EUR,330,
|
|
301
|
-
PR1001W-XHP-0,SPB,Standard PriceBook,EUR,105,
|
|
302
|
-
PR1002W-XJ-0,SPB,Standard PriceBook,EUR,117,
|
|
303
|
-
PR1003W-XLM-0,SPB,Standard PriceBook,EUR,866,
|
|
304
|
-
PR1004W-XBO-0,SPB,Standard PriceBook,EUR,554,
|
|
305
|
-
PR1005W-XS-0,SPB,Standard PriceBook,EUR,507,
|
|
306
|
-
PR2001M-XAG-0,SPB,Standard PriceBook,EUR,689,
|
|
307
|
-
PR2002M-XCKO-0,SPB,Standard PriceBook,EUR,673,
|
|
308
|
-
PR2003M-XAF-0,SPB,Standard PriceBook,EUR,446,
|
|
309
|
-
PR2004M-XBB-0,SPB,Standard PriceBook,EUR,930,
|
|
310
|
-
PR2005M-XCW-0,SPB,Standard PriceBook,EUR,946,
|
|
311
|
-
JW1856-Y004-SBS,SPB,Standard PriceBook,EUR,403,
|
|
312
|
-
JW1857-Y004-SGD,SPB,Standard PriceBook,EUR,541,
|
|
313
|
-
JW1858-Y004-GR1,SPB,Standard PriceBook,EUR,512,
|
|
314
|
-
JW1859-Y004-SGZ,SPB,Standard PriceBook,EUR,435,
|
|
315
|
-
JW1861-Y004-S3S,SPB,Standard PriceBook,EUR,144,
|
|
316
|
-
JW1863-Y004-PG1,SPB,Standard PriceBook,EUR,848,
|
|
317
|
-
JW2673-Y004-SSS,SPB,Standard PriceBook,EUR,657,
|
|
318
|
-
JW5217-Y004-SG1,SPB,Standard PriceBook,EUR,25,
|
|
319
|
-
JW6869-Y004-SPB,SPB,Standard PriceBook,EUR,212,
|