Barcodes.GG Barcode standards

GTIN-14 Explained: Cases, Cartons & Pallets

When you ship products by the case rather than the unit, you need a GTIN-14. This guide explains the indicator digit, how the number is built, and where the ITF-14 barcode belongs.

The Barcodes.GG team 3 min read

What a GTIN-14 is for

A GTIN-14 identifies a packaging level rather than the single item a shopper buys. When a distributor orders a case of 24 units, the case itself needs its own number so it can be scanned, counted and priced separately from the individual product inside. That number is a 14-digit GTIN, and it usually appears as an ITF-14 barcode printed on the outer carton.

The consumer unit keeps its own GTIN-12 or GTIN-13. The case, the inner pack and the pallet each get a distinct GTIN-14 so warehouse and logistics systems can tell them apart.

Note

You need a distinct GTIN-14 whenever a grouping is ordered, invoiced or shipped as a single trade item - a case, an inner pack, a pallet configuration. If a packaging level is never traded on its own, it does not need its own GTIN-14.

The indicator digit

A GTIN-14 is built by placing a single indicator digit in front of the base GTIN. The indicator marks the packaging level. Digits 1 through 8 are used for fixed-measure groupings, so you might use 1 for an inner pack and 2 for a case of that same product. The digit 9 is reserved for variable-measure trade items, such as goods sold by weight.

Because the indicator changes the number, each packaging level ends up with a unique GTIN-14 even though they all share the same underlying product. The base product GTIN and the indicator together describe both what the item is and how it is packed.

IndicatorMeaning
0A base consumer unit padded to 14 digits
1 to 8Fixed-measure packaging levels, such as an inner pack or a case
9Variable-measure trade items, such as goods sold by weight

How the number is constructed

Constructing a GTIN-14 follows three steps. First, take the base GTIN and drop its check digit, leaving the 12 data digits. Second, place the chosen indicator digit at the front. Third, recalculate a fresh check digit over the new 13-digit body using the standard mod 10 method, and append it. The result is a valid 14-digit number.

The important detail is that the check digit is recomputed. You cannot keep the old check digit from the consumer unit, because adding the indicator changes the digit positions. The GTIN converter handles this recalculation, and the barcode validation tool confirms the finished value.

Where GTIN-14 shows up

You will see GTIN-14 in wholesale ordering, warehouse management and electronic data interchange, where trading partners exchange case-level quantities. The ITF-14 symbology is favored on corrugated cardboard because its wide bars survive rough printing better than a fine retail barcode would.

A GTIN-14 should not be scanned at a retail checkout, because it represents a case and not a single sellable unit. If a point-of-sale system reads one by mistake it will usually fail to find a shelf price, which is a useful signal that the wrong packaging level was scanned.

A worked example makes the rule obvious. Say a case holds 24 cans, each can carrying its own GTIN-13. The case gets a GTIN-14 built from that base product plus an indicator such as 2. When a warehouse scans the ITF-14 on the carton, the system reads one line for 24 units instead of scanning each can. At the store shelf, staff scan the individual can GTIN-13 and the point-of-sale finds the shelf price. Two numbers, two jobs, no overlap.

Storing GTIN-14 alongside unit codes

Since every GTIN can be expressed as 14 digits, a GTIN-14 field is the natural common storage width. Store the case code as its true 14-digit value and store consumer units left-padded with zeros. That way a query can relate a case to the unit it contains by matching the shared base digits.

If you are automating this, the API documentation covers validating and generating case codes programmatically, so your warehouse system can build a GTIN-14 from a base product without manual arithmetic.

Frequently asked questions

Can I reuse the base product check digit for a GTIN-14?

No. Adding an indicator digit shifts every position, so you must recalculate the check digit for the new 14-digit number.

What does the indicator digit 9 mean?

The indicator 9 is reserved for variable-measure trade items, such as products sold by weight or length. Digits 1 through 8 mark fixed-measure packaging levels.

Should a GTIN-14 appear on the item a customer buys?

No. The consumer unit keeps its own GTIN-12 or GTIN-13. The GTIN-14 belongs on cases, cartons and other grouped packaging.