ean-tools 0.1.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- ean_tools/__init__.py +0 -0
- ean_tools/barcode_info.py +57 -0
- ean_tools/barcode_prefixes.py +61 -0
- ean_tools/check_digits.py +44 -0
- ean_tools/data/gs1-8-prefixes.yaml +28 -0
- ean_tools/data/gs1-prefixes.yaml +655 -0
- ean_tools/data/isbn-prefixes.yaml +691 -0
- ean_tools/normalization.py +72 -0
- ean_tools-0.1.0.dist-info/METADATA +62 -0
- ean_tools-0.1.0.dist-info/RECORD +11 -0
- ean_tools-0.1.0.dist-info/WHEEL +4 -0
@@ -0,0 +1,655 @@
|
|
1
|
+
- description: Used to issue Restricted Ciruculation Numbers within a company
|
2
|
+
type: RESTRICTED_CIRCULATION
|
3
|
+
prefixes:
|
4
|
+
- '0000000'
|
5
|
+
- description: Unused to avoid collision with GTIN-8
|
6
|
+
type: UNUSED
|
7
|
+
prefixes:
|
8
|
+
- '0000001'
|
9
|
+
- '0000002'
|
10
|
+
- '0000003'
|
11
|
+
- '0000004'
|
12
|
+
- '0000005'
|
13
|
+
- '0000006'
|
14
|
+
- '0000007'
|
15
|
+
- 0000008
|
16
|
+
- 0000009
|
17
|
+
- '000001'
|
18
|
+
- '000002'
|
19
|
+
- '000003'
|
20
|
+
- '000004'
|
21
|
+
- '000005'
|
22
|
+
- '000006'
|
23
|
+
- '000007'
|
24
|
+
- 000008
|
25
|
+
- 000009
|
26
|
+
- description: GS1 US
|
27
|
+
country: us
|
28
|
+
prefixes:
|
29
|
+
- '00001'
|
30
|
+
- '00002'
|
31
|
+
- '00003'
|
32
|
+
- '00004'
|
33
|
+
- '00005'
|
34
|
+
- '00006'
|
35
|
+
- '00007'
|
36
|
+
- 00008
|
37
|
+
- 00009
|
38
|
+
- '0001'
|
39
|
+
- '0002'
|
40
|
+
- '0003'
|
41
|
+
- '0004'
|
42
|
+
- '0005'
|
43
|
+
- '0006'
|
44
|
+
- '0007'
|
45
|
+
- 0008
|
46
|
+
- 0009
|
47
|
+
- '001'
|
48
|
+
- '002'
|
49
|
+
- '003'
|
50
|
+
- '004'
|
51
|
+
- '005'
|
52
|
+
- '006'
|
53
|
+
- '007'
|
54
|
+
- 008
|
55
|
+
- 009
|
56
|
+
- '01'
|
57
|
+
- '06'
|
58
|
+
- '07'
|
59
|
+
- 08
|
60
|
+
- 09
|
61
|
+
- '10'
|
62
|
+
- '11'
|
63
|
+
- '12'
|
64
|
+
- '13'
|
65
|
+
- description: Used to issue Restricted Circulation Numbers within a geographic region
|
66
|
+
(MO defined)
|
67
|
+
type: RESTRICTED_CIRCULATION
|
68
|
+
prefixes:
|
69
|
+
- '02'
|
70
|
+
- description: US drugs
|
71
|
+
country: us
|
72
|
+
prefixes:
|
73
|
+
- '03'
|
74
|
+
- description: Used to issue GS1 Restricted Circulation Numbers within a company
|
75
|
+
type: RESTRICTED_CIRCULATION
|
76
|
+
prefixes:
|
77
|
+
- '04'
|
78
|
+
- description: GS1 US reserved for future use
|
79
|
+
type: RESERVED_FOR_FUTURE
|
80
|
+
prefixes:
|
81
|
+
- '05'
|
82
|
+
- description: Used to issue GS1 Restricted Circulation Numbers within a geographic region
|
83
|
+
(MO defined)
|
84
|
+
type: RESTRICTED_CIRCULATION
|
85
|
+
prefixes:
|
86
|
+
- '2'
|
87
|
+
- description: GS1 France (includes Monaco)
|
88
|
+
country: fr
|
89
|
+
prefixes:
|
90
|
+
- '30'
|
91
|
+
- '31'
|
92
|
+
- '32'
|
93
|
+
- '33'
|
94
|
+
- '34'
|
95
|
+
- '35'
|
96
|
+
- '36'
|
97
|
+
- '37'
|
98
|
+
- description: GS1 Bulgaria
|
99
|
+
country: bg
|
100
|
+
prefixes:
|
101
|
+
- '380'
|
102
|
+
- description: GS1 Slovenija
|
103
|
+
country: si
|
104
|
+
prefixes:
|
105
|
+
- '383'
|
106
|
+
- description: GS1 Croatia
|
107
|
+
country: hr
|
108
|
+
prefixes:
|
109
|
+
- '385'
|
110
|
+
- description: GS1 BIH (Bosnia-Herzegovina)
|
111
|
+
country: ba
|
112
|
+
prefixes:
|
113
|
+
- '387'
|
114
|
+
- description: GS1 Montenegro
|
115
|
+
country: me
|
116
|
+
prefixes:
|
117
|
+
- '389'
|
118
|
+
- description: GS1 Kosovo
|
119
|
+
country: xk
|
120
|
+
prefixes:
|
121
|
+
- '390'
|
122
|
+
- description: GS1 Germany
|
123
|
+
country: de
|
124
|
+
prefixes:
|
125
|
+
- '40'
|
126
|
+
- '41'
|
127
|
+
- '42'
|
128
|
+
- '43'
|
129
|
+
- '440'
|
130
|
+
- description: GS1 Japan
|
131
|
+
country: jp
|
132
|
+
prefixes:
|
133
|
+
- '45'
|
134
|
+
- '49'
|
135
|
+
- description: GS1 Russia
|
136
|
+
country: ru
|
137
|
+
prefixes:
|
138
|
+
- '46'
|
139
|
+
- description: GS1 Kyrgyzstan
|
140
|
+
country: kg
|
141
|
+
prefixes:
|
142
|
+
- '470'
|
143
|
+
- description: GS1 Chinese Taipei
|
144
|
+
country: tw
|
145
|
+
prefixes:
|
146
|
+
- '471'
|
147
|
+
- description: GS1 Estonia
|
148
|
+
country: ee
|
149
|
+
prefixes:
|
150
|
+
- '474'
|
151
|
+
- description: GS1 Latvia
|
152
|
+
country: lv
|
153
|
+
prefixes:
|
154
|
+
- '475'
|
155
|
+
- description: GS1 Azerbaijan
|
156
|
+
country: az
|
157
|
+
prefixes:
|
158
|
+
- '476'
|
159
|
+
- description: GS1 Lithuania
|
160
|
+
country: lt
|
161
|
+
prefixes:
|
162
|
+
- '477'
|
163
|
+
- description: GS1 Uzbekistan
|
164
|
+
country: uz
|
165
|
+
prefixes:
|
166
|
+
- '478'
|
167
|
+
- description: GS1 Sri Lanka
|
168
|
+
country: lk
|
169
|
+
prefixes:
|
170
|
+
- '479'
|
171
|
+
- description: GS1 Philippines
|
172
|
+
country: ph
|
173
|
+
prefixes:
|
174
|
+
- '480'
|
175
|
+
- description: GS1 Belarus
|
176
|
+
country: by
|
177
|
+
prefixes:
|
178
|
+
- '481'
|
179
|
+
- description: GS1 Ukraine
|
180
|
+
country: uk
|
181
|
+
prefixes:
|
182
|
+
- '482'
|
183
|
+
- description: GS1 Turkmenistan
|
184
|
+
country: tm
|
185
|
+
prefixes:
|
186
|
+
- '483'
|
187
|
+
- description: GS1 Moldova
|
188
|
+
country: md
|
189
|
+
prefixes:
|
190
|
+
- '484'
|
191
|
+
- description: GS1 Armenia
|
192
|
+
country: am
|
193
|
+
prefixes:
|
194
|
+
- '485'
|
195
|
+
- description: GS1 Georgia
|
196
|
+
country: ge
|
197
|
+
prefixes:
|
198
|
+
- '486'
|
199
|
+
- description: GS1 Kazakhstan
|
200
|
+
country: kz
|
201
|
+
prefixes:
|
202
|
+
- '487'
|
203
|
+
- description: GS1 Tajikistan
|
204
|
+
country: tj
|
205
|
+
prefixes:
|
206
|
+
- '488'
|
207
|
+
- description: GS1 Hong Kong, China
|
208
|
+
country: hk
|
209
|
+
prefixes:
|
210
|
+
- '489'
|
211
|
+
- description: GS1 UK
|
212
|
+
country: gb
|
213
|
+
prefixes:
|
214
|
+
- '50'
|
215
|
+
- description: GS1 Association Greece
|
216
|
+
country: gr
|
217
|
+
prefixes:
|
218
|
+
- '520'
|
219
|
+
- '521'
|
220
|
+
- description: GS1 Lebanon
|
221
|
+
country: lb
|
222
|
+
prefixes:
|
223
|
+
- '528'
|
224
|
+
- description: GS1 Cyprus
|
225
|
+
country: cy
|
226
|
+
prefixes:
|
227
|
+
- '529'
|
228
|
+
- description: GS1 Albania
|
229
|
+
country: al
|
230
|
+
prefixes:
|
231
|
+
- '530'
|
232
|
+
- description: GS1 North Macedonia
|
233
|
+
country: mk
|
234
|
+
prefixes:
|
235
|
+
- '531'
|
236
|
+
- description: GS1 Malta
|
237
|
+
country: mt
|
238
|
+
prefixes:
|
239
|
+
- '535'
|
240
|
+
- description: GS1 Ireland
|
241
|
+
country: ie
|
242
|
+
prefixes:
|
243
|
+
- '539'
|
244
|
+
- description: GS1 Belgium & Luxembourg
|
245
|
+
country: be
|
246
|
+
prefixes:
|
247
|
+
- '54'
|
248
|
+
- description: GS1 Portugal
|
249
|
+
country: pt
|
250
|
+
prefixes:
|
251
|
+
- '560'
|
252
|
+
- description: GS1 Iceland
|
253
|
+
country: is
|
254
|
+
prefixes:
|
255
|
+
- '569'
|
256
|
+
- description: GS1 Denmark (includes Faroe Islands and Greenland)
|
257
|
+
country: dk
|
258
|
+
prefixes:
|
259
|
+
- '57'
|
260
|
+
- description: GS1 Poland
|
261
|
+
country: pl
|
262
|
+
prefixes:
|
263
|
+
- '590'
|
264
|
+
- description: GS1 Romania
|
265
|
+
country: ro
|
266
|
+
prefixes:
|
267
|
+
- '594'
|
268
|
+
- description: GS1 Hungary
|
269
|
+
country: hu
|
270
|
+
prefixes:
|
271
|
+
- '599'
|
272
|
+
- description: GS1 South Africa
|
273
|
+
country: za
|
274
|
+
prefixes:
|
275
|
+
- '600'
|
276
|
+
- '601'
|
277
|
+
- description: GS1 Ghana
|
278
|
+
country: gh
|
279
|
+
prefixes:
|
280
|
+
- '603'
|
281
|
+
- description: GS1 Senegal
|
282
|
+
country: sn
|
283
|
+
prefixes:
|
284
|
+
- '604'
|
285
|
+
- description: GS1 Uganda
|
286
|
+
country: ug
|
287
|
+
prefixes:
|
288
|
+
- '605'
|
289
|
+
- description: GS1 Angola
|
290
|
+
country: ao
|
291
|
+
prefixes:
|
292
|
+
- '606'
|
293
|
+
- description: GS1 Oman
|
294
|
+
country: om
|
295
|
+
prefixes:
|
296
|
+
- '607'
|
297
|
+
- description: GS1 Bahrain
|
298
|
+
country: bh
|
299
|
+
prefixes:
|
300
|
+
- '608'
|
301
|
+
- description: GS1 Mauritius
|
302
|
+
country: mu
|
303
|
+
prefixes:
|
304
|
+
- '609'
|
305
|
+
- description: GS1 Morocco
|
306
|
+
country: ma
|
307
|
+
prefixes:
|
308
|
+
- '611'
|
309
|
+
- description: GS1 Algeria
|
310
|
+
country: dz
|
311
|
+
prefixes:
|
312
|
+
- '613'
|
313
|
+
- description: GS1 Nigeria
|
314
|
+
country: ng
|
315
|
+
prefixes:
|
316
|
+
- '615'
|
317
|
+
- description: GS1 Kenya
|
318
|
+
country: ke
|
319
|
+
prefixes:
|
320
|
+
- '616'
|
321
|
+
- description: GS1 Cameroon
|
322
|
+
country: cm
|
323
|
+
prefixes:
|
324
|
+
- '617'
|
325
|
+
- description: GS1 Côte d'Ivoire
|
326
|
+
country: ci
|
327
|
+
prefixes:
|
328
|
+
- '618'
|
329
|
+
- description: GS1 Tunisia
|
330
|
+
country: tn
|
331
|
+
prefixes:
|
332
|
+
- '619'
|
333
|
+
- description: GS1 Tanzania
|
334
|
+
country: tz
|
335
|
+
prefixes:
|
336
|
+
- '620'
|
337
|
+
- description: GS1 Syria
|
338
|
+
country: sy
|
339
|
+
prefixes:
|
340
|
+
- '621'
|
341
|
+
- description: GS1 Egypt
|
342
|
+
country: eg
|
343
|
+
prefixes:
|
344
|
+
- '622'
|
345
|
+
- description: GS1 Brunei (inactive)
|
346
|
+
country: bn
|
347
|
+
prefixes:
|
348
|
+
- '623'
|
349
|
+
- description: GS1 Libya
|
350
|
+
country: ly
|
351
|
+
prefixes:
|
352
|
+
- '624'
|
353
|
+
- description: GS1 Jordan
|
354
|
+
country: jo
|
355
|
+
prefixes:
|
356
|
+
- '625'
|
357
|
+
- description: GS1 Iran
|
358
|
+
country: ir
|
359
|
+
prefixes:
|
360
|
+
- '626'
|
361
|
+
- description: GS1 Kuwait
|
362
|
+
country: kw
|
363
|
+
prefixes:
|
364
|
+
- '627'
|
365
|
+
- description: GS1 Saudi Arabia
|
366
|
+
country: sa
|
367
|
+
prefixes:
|
368
|
+
- '628'
|
369
|
+
- description: GS1 Emirates
|
370
|
+
country: ae
|
371
|
+
prefixes:
|
372
|
+
- '629'
|
373
|
+
- description: GS1 Qatar
|
374
|
+
country: qa
|
375
|
+
prefixes:
|
376
|
+
- '630'
|
377
|
+
- description: GS1 Namibia
|
378
|
+
country: na
|
379
|
+
prefixes:
|
380
|
+
- '631'
|
381
|
+
- description: GS1 Rwanda
|
382
|
+
country: rw
|
383
|
+
prefixes:
|
384
|
+
- '632'
|
385
|
+
- description: GS1 Finland
|
386
|
+
country: fi
|
387
|
+
prefixes:
|
388
|
+
- '64'
|
389
|
+
- description: GS1 China
|
390
|
+
country: cn
|
391
|
+
prefixes:
|
392
|
+
- '680'
|
393
|
+
- '681'
|
394
|
+
- '69'
|
395
|
+
- description: GS1 Norway
|
396
|
+
country: 'no'
|
397
|
+
prefixes:
|
398
|
+
- '70'
|
399
|
+
- description: GS1 Israel
|
400
|
+
country: il
|
401
|
+
prefixes:
|
402
|
+
- '729'
|
403
|
+
- description: GS1 Sweden
|
404
|
+
country: se
|
405
|
+
prefixes:
|
406
|
+
- '73'
|
407
|
+
- description: GS1 Guatemala
|
408
|
+
country: gt
|
409
|
+
prefixes:
|
410
|
+
- '740'
|
411
|
+
- description: GS1 El Salvador
|
412
|
+
country: sv
|
413
|
+
prefixes:
|
414
|
+
- '741'
|
415
|
+
- description: GS1 Honduras
|
416
|
+
country: hn
|
417
|
+
prefixes:
|
418
|
+
- '742'
|
419
|
+
- description: GS1 Nicaragua
|
420
|
+
country: ni
|
421
|
+
prefixes:
|
422
|
+
- '743'
|
423
|
+
- description: GS1 Costa Rica
|
424
|
+
country: cr
|
425
|
+
prefixes:
|
426
|
+
- '744'
|
427
|
+
- description: GS1 Panama
|
428
|
+
country: pa
|
429
|
+
prefixes:
|
430
|
+
- '745'
|
431
|
+
- description: GS1 Republica Dominicana
|
432
|
+
country: do
|
433
|
+
prefixes:
|
434
|
+
- '746'
|
435
|
+
- description: GS1 Mexico
|
436
|
+
country: mx
|
437
|
+
prefixes:
|
438
|
+
- '750'
|
439
|
+
- description: GS1 Canada
|
440
|
+
country: ca
|
441
|
+
prefixes:
|
442
|
+
- '754'
|
443
|
+
- '755'
|
444
|
+
- description: GS1 Venezuela
|
445
|
+
country: ve
|
446
|
+
prefixes:
|
447
|
+
- '759'
|
448
|
+
- description: GS1 Schweiz, Suisse, Svizzera (includes Liechtenstein)
|
449
|
+
country: ch
|
450
|
+
prefixes:
|
451
|
+
- '76'
|
452
|
+
- description: GS1 Colombia
|
453
|
+
country: co
|
454
|
+
prefixes:
|
455
|
+
- '770'
|
456
|
+
- '771'
|
457
|
+
- description: GS1 Uruguay
|
458
|
+
country: uy
|
459
|
+
prefixes:
|
460
|
+
- '773'
|
461
|
+
- description: GS1 Peru
|
462
|
+
country: pe
|
463
|
+
prefixes:
|
464
|
+
- '775'
|
465
|
+
- description: GS1 Bolivia
|
466
|
+
country: bo
|
467
|
+
prefixes:
|
468
|
+
- '777'
|
469
|
+
- description: GS1 Argentina
|
470
|
+
country: ar
|
471
|
+
prefixes:
|
472
|
+
- '778'
|
473
|
+
- '779'
|
474
|
+
- description: GS1 Chile
|
475
|
+
country: cl
|
476
|
+
prefixes:
|
477
|
+
- '780'
|
478
|
+
- description: GS1 Paraguay
|
479
|
+
country: py
|
480
|
+
prefixes:
|
481
|
+
- '784'
|
482
|
+
- description: GS1 Ecuador
|
483
|
+
country: ec
|
484
|
+
prefixes:
|
485
|
+
- '786'
|
486
|
+
- description: GS1 Brasil
|
487
|
+
country: br
|
488
|
+
prefixes:
|
489
|
+
- '789'
|
490
|
+
- '790'
|
491
|
+
- description: GS1 Italy (includes San Marino and Vatican City)
|
492
|
+
country: it
|
493
|
+
prefixes:
|
494
|
+
- '80'
|
495
|
+
- '81'
|
496
|
+
- '82'
|
497
|
+
- '83'
|
498
|
+
- description: GS1 Spain (includes Andorra)
|
499
|
+
country: es
|
500
|
+
prefixes:
|
501
|
+
- '84'
|
502
|
+
- description: GS1 Cuba
|
503
|
+
country: cu
|
504
|
+
prefixes:
|
505
|
+
- '850'
|
506
|
+
- description: GS1 Slovakia
|
507
|
+
country: sk
|
508
|
+
prefixes:
|
509
|
+
- '858'
|
510
|
+
- description: GS1 Czech
|
511
|
+
country: cz
|
512
|
+
prefixes:
|
513
|
+
- '859'
|
514
|
+
- description: GS1 Serbia
|
515
|
+
country: sr
|
516
|
+
prefixes:
|
517
|
+
- '860'
|
518
|
+
- description: GS1 Mongolia
|
519
|
+
country: mn
|
520
|
+
prefixes:
|
521
|
+
- '865'
|
522
|
+
- description: GS1 North Korea
|
523
|
+
country: kp
|
524
|
+
prefixes:
|
525
|
+
- '867'
|
526
|
+
- description: GS1 Turkey
|
527
|
+
country: tr
|
528
|
+
prefixes:
|
529
|
+
- '868'
|
530
|
+
- '869'
|
531
|
+
- description: GS1 Netherlands
|
532
|
+
country: nl
|
533
|
+
prefixes:
|
534
|
+
- '87'
|
535
|
+
- description: GS1 South Korea
|
536
|
+
country: kr
|
537
|
+
prefixes:
|
538
|
+
- '880'
|
539
|
+
- '881'
|
540
|
+
- description: GS1 Myanmar
|
541
|
+
country: mm
|
542
|
+
prefixes:
|
543
|
+
- '883'
|
544
|
+
- description: GS1 Cambodia
|
545
|
+
country: kh
|
546
|
+
prefixes:
|
547
|
+
- '884'
|
548
|
+
- description: GS1 Thailand
|
549
|
+
country: th
|
550
|
+
prefixes:
|
551
|
+
- '885'
|
552
|
+
- description: GS1 Singapore
|
553
|
+
country: sg
|
554
|
+
prefixes:
|
555
|
+
- '888'
|
556
|
+
- description: GS1 India
|
557
|
+
country: in
|
558
|
+
prefixes:
|
559
|
+
- '890'
|
560
|
+
- description: GS1 Vietnam
|
561
|
+
country: vn
|
562
|
+
prefixes:
|
563
|
+
- '893'
|
564
|
+
- description: GS1 Pakistan
|
565
|
+
country: pk
|
566
|
+
prefixes:
|
567
|
+
- '896'
|
568
|
+
- description: GS1 Indonesia
|
569
|
+
country: id
|
570
|
+
prefixes:
|
571
|
+
- '899'
|
572
|
+
- description: GS1 Austria
|
573
|
+
country: at
|
574
|
+
prefixes:
|
575
|
+
- '90'
|
576
|
+
- '91'
|
577
|
+
- description: GS1 Australia
|
578
|
+
country: au
|
579
|
+
prefixes:
|
580
|
+
- '93'
|
581
|
+
- description: GS1 New Zealand
|
582
|
+
country: nz
|
583
|
+
prefixes:
|
584
|
+
- '94'
|
585
|
+
- description: GS1 Global Office
|
586
|
+
prefixes:
|
587
|
+
- '950'
|
588
|
+
- description: GS1 Global Office - General Manager Numbers for the EPC General Identifier
|
589
|
+
(GID) scheme as defined by the EPC Tag Data Standard
|
590
|
+
type: GENERAL_MANAGER_NUMBER
|
591
|
+
prefixes:
|
592
|
+
- '951'
|
593
|
+
- description: GS1 Used for demonstrations and examples of the GS1 system
|
594
|
+
type: DEMO
|
595
|
+
prefixes:
|
596
|
+
- '952'
|
597
|
+
- description: GS1 Malaysia
|
598
|
+
country: my
|
599
|
+
prefixes:
|
600
|
+
- '955'
|
601
|
+
- description: GS1 Macau, China
|
602
|
+
country: mo
|
603
|
+
prefixes:
|
604
|
+
- '958'
|
605
|
+
- description: GS1 Global Office, assigned to GS1 UK for GTIN-8 allocations
|
606
|
+
prefixes:
|
607
|
+
- '960'
|
608
|
+
- '961'
|
609
|
+
- '9620'
|
610
|
+
- '9621'
|
611
|
+
- '9622'
|
612
|
+
- '9623'
|
613
|
+
- '9624'
|
614
|
+
- description: GS1 Global Office, assigned to GS1 Poland for GTIN-8 allocation
|
615
|
+
prefixes:
|
616
|
+
- '9625'
|
617
|
+
- '9626'
|
618
|
+
- description: GS1 Global Office, assigned for GTIN-8 allocation
|
619
|
+
prefixes:
|
620
|
+
- '9627'
|
621
|
+
- '9628'
|
622
|
+
- '9629'
|
623
|
+
- '963'
|
624
|
+
- '964'
|
625
|
+
- '965'
|
626
|
+
- '966'
|
627
|
+
- '967'
|
628
|
+
- '968'
|
629
|
+
- '969'
|
630
|
+
- description: GS1 Serial publications (ISSN)
|
631
|
+
prefixes:
|
632
|
+
- '977'
|
633
|
+
- description: Refund receipts
|
634
|
+
type: REFUND_RECEIPT
|
635
|
+
prefixes:
|
636
|
+
- '980'
|
637
|
+
- description: Used to issue GS1 coupon identification for common currency areas
|
638
|
+
type: COUPON_ID
|
639
|
+
prefixes:
|
640
|
+
- '981'
|
641
|
+
- '982'
|
642
|
+
- '983'
|
643
|
+
- description: Reserved for future GS1 coupon identification
|
644
|
+
type: COUPON_ID
|
645
|
+
prefixes:
|
646
|
+
- '984'
|
647
|
+
- '985'
|
648
|
+
- '986'
|
649
|
+
- '987'
|
650
|
+
- '988'
|
651
|
+
- '989'
|
652
|
+
- description: GS1 coupon identification
|
653
|
+
type: COUPON_ID
|
654
|
+
prefixes:
|
655
|
+
- '99'
|