For a worked case study of what the absence of this layer costs, see The 2026 Lettuce Recall Was Scoped by a Date Printed in Ink on the blog.
The minimum viable recall identity
Most food and beverage products are lot-managed rather than serialized: units are produced and tracked in batches, and individual units carry no unique identity. For these products three AIs are enough to make a recall surgical.
A Digital Link URI carrying all three looks like this:
10 is the load-bearing one. A Digital Link with only 01 is a more capable UPC: it reaches a product page, and it can tell you nothing about which unit you are holding.
Why AI 15 as well as AI 10
Including the best before date is not redundant. Recall notices are routinely written against a date range rather than a lot list, because the date is the thing a consumer can read off the pack and a lot code often is not printed on consumer packaging at all. Encoding15 means a scan can answer the recall as it was actually worded, without the consumer having to find and interpret a case-level lot code.
15 renders to consumers as Best if Used By. See AB 660 / Date Labels for the full AI-to-phrase mapping and the banned-phrase validation applied on product registration.
When to add AI 21
Add the serial number (21) only when units genuinely carry unique identity - pharmaceuticals under DSCSA, high-value goods, warranty-tracked items. For lot-managed produce and most packaged food, serialization is neither economical nor necessary: the recall scope is the lot, so the lot is the right granularity. Encoding a serial you cannot actually track per unit adds characters to the barcode and buys nothing.
Every added AI lengthens the encoded string and therefore the printed symbol. See QR Code Sizing for what each field costs in module count and minimum X-dimension before committing to a payload.
How recall status resolves per lot
Closient evaluates resolver rules against the AIs present in the incoming request, so a rule can be scoped to a lot without touching the rest of the catalog.- A recall is recorded against specific lots of a GTIN, either entered directly or matched from an ingested regulatory notice.
- Scans carrying
10are matched against those lots. A scan of an affected lot resolves to the recall destination; a scan of any other lot of the same GTIN resolves normally. - Scans carrying only
01cannot be attributed to a lot. These fall back to the product-level treatment configured for the recall, since the system cannot prove the unit is unaffected. - When the recall is lifted, the rule is withdrawn and affected lots resolve normally again, so a re-scan shows the all-clear without a new label or a new code.
10 at print time rather than planning to add it later. Recall behavior degrades to product-wide for any unit that does not carry a lot, which is the same blunt outcome as having no Digital Link at all.
See Resolver Rules for rule precedence and configuration, and Check Recalls for querying recall status programmatically.
Supply-chain events
Scan-time status answers “is this unit recalled.” Scoping the recall in the first place means knowing which lots went where, which is what EPCIS events provide: capture at pack, ship and receive, and the question “which locations received these lots in this window” becomes a query rather than a records request. This is also the shape of what the FDA’s FSMA 204 rule requires for foods on the Food Traceability List - traceability lot codes, key data elements at critical tracking events, and records producible within 24 hours. The compliance date is July 20, 2028, extended from January 20, 2026. See EPCIS Events for capturing and querying them.What to do before your next print run
- Confirm whether each product is lot-managed or serialized, and encode
10or21accordingly - not both by default. - Add
15for anything with a consumer-facing best before date, so a date-scoped recall notice is machine-answerable. - Check the resulting payload length against your label’s available area before committing to the artwork.
- Register the lots you produce, so that a recall entered against a lot has something to match.