Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.closient.com/llms.txt

Use this file to discover all available pages before exploring further.

April 25, 2026
Week of April 19

New features

GS1 Digital Link scanning. Scanners can now POST a GS1 Digital Link URL as raw_value and receive parsed GTIN, lot, expiry, and serial back in a single capture. Repeat scans hit a cached resolver URL on the trade item. See GS1 Digital Link.Recall activity dashboard. A new compliance analytics view at /compliance/recalls/activity/ shows recalls by source system and severity, affected GTINs over time, time-to-acknowledgement (p50/p90), and consumer scan volume on recalled items over the last 90 days.Brand recall review queue. When a regulator recall (FDA, FSIS, CPSC, Health Canada) fuzzy-matches a claimed brand, candidates now land in /compliance/recall-review/ for one-click approve or reject. Approvals attach the recall to the trade item; rejections suppress the pair permanently.FSMA 204 compliance dashboard. A new traffic-light dashboard at /compliance/ scores FTL coverage, CTE completeness, traceability plan status, and trading-partner sharing on a 0–100 scale.Mock FDA audit drill. A “Run mock audit” button on the compliance dashboard runs the full export pipeline, times it, walks each Critical Tracking Event for required Key Data Elements, and grades the org green / yellow / red against the FSMA 204 24-hour rule.FDA response package export. GET /organizations/<org>/compliance/fda-export.json returns a complete FSMA 204 snapshot — current traceability plan, Critical Tracking Events with all KDEs, lots, reference documents, trading partners, and locations.Trading partners. Manage suppliers and recipients as first-class records via the new /epcis/api/v1/trading-partners API. Critical Tracking Events now link to structured immediate_previous_source and immediate_subsequent_recipient records, with FDA exports including FEI, GLN, and exempt-supplier flags.Reference documents. Bills of lading, purchase orders, invoices, ASNs, and receipts are now first-class objects via /epcis/api/v1/reference-documents. A single document can link to many CTEs (one BOL across multiple lots) and flows through to FDA exports.Traceability plans. Append-only versioned traceability plans are now generated per organization with FSMA-required designated contact, FTL product list, performed CTE types, and procedures. Prior versions are retained for the regulator-required 2-year window.Lot quantity & unit of measure. Product lots now carry quantity and unit_of_measure (GS1 UN/ECE Recommendation 20 codes — EA, CS, PLT, KGM, LBR, LTR, etc.). FDA JSON and CSV exports include both. CTE event-level UOM uses the same controlled list.Critical Tracking Event coverage. CTEs now support all seven FSMA 204 event types — Growing, Cooling, Initial Pack, and Land-Based Receive in addition to Harvest, Receive, Transform, and Ship. Per-type Key Data Element validation runs at save time. First-receive vessel name, identifier, and species fields are available for land-based seafood.Product ingredients with FTL inheritance. Products can now declare ingredient products. A finished product is automatically treated as FSMA 204 covered if any ingredient is on the Food Traceability List, with the triggering ingredients surfaced in the UI.TLC auto-assignment for exempt suppliers. Receive events from exempt trading partners (small farms, restaurants) now auto-generate Traceability Lot Codes from a per-org configurable pattern ({prefix}-{date}-{sequence} by default), so unidentified incoming lots get a compliant identifier without manual entry.Structured lot pattern matching for recalls. The recall matcher now parses structured lot patterns — exact codes, prefixes, and ranges (Lots 2024001-2024050, LOT A123 through A150) — instead of relying solely on substring search.Sectioned product editor. The product editor now ships with dedicated Lots and Media panes. Lots shows produced date, expiry, serial count, resolver state, and a derived state chip (Expired / Paused / In market). Media shows a responsive grid with primary-image chip and lazy-loaded thumbnails.Closient lookup pre-fill. Entering a GTIN on the product-add form now silently checks the catalog and offers to pre-fill known fields, with a low-confidence notice for crowd-sourced data.What’s New panel. The dashboard home now shows admin-published platform changelog entries in a “What’s New” card so brands can see platform improvements as they ship.Subscription value page. A new /subscription-value/ page explains how the platform improves over time — auto-improving hosted pages, scan anomaly alerts, AI-traffic monitoring, compounding intelligence by month 1 / 3 / 12, and workflow integrations.

Updates

Resolver caching. The full GS1 Digital Link resolver pipeline is now backed by a 5-minute read-through cache, keyed by GTIN, batch, serial, link type, language, and country. Recall override checks always run before the cache, so recalled products are never served stale. Resolver rule edits invalidate affected entries immediately.Faster public pages. Public marketing, learn, and .well-known pages now ship with Cache-Control: public headers, removing the Vary: Cookie blocker that was preventing CDN caching of anonymous responses.Lot immutability and 2-year retention. Once a Critical Tracking Event references a lot, that lot’s identifier and provenance fields lock automatically. A 2-year retention attestation is recorded per FSMA 204 § 1.1455(g).JSON-LD structured data. Resolver hosted pages and certification pages now emit application/ld+json Schema.org Product blocks, including nested hasCertification details, for richer search and AI-agent discovery.AI discovery surfaces. /.well-known/ai-plugin.json, /.well-known/mcp.json, and /.well-known/agent.json now point at the Agentic Commerce API at /agent/api/v1/ (resolve, products, availability) rather than the search API spec, and cross-reference each other for shopping-assistant tool discovery.Extended LLM index. A new /llms-full.txt endpoint serves an 8.4 KB Markdown content index of Closient’s platform overview, API surfaces, learn sections, pricing, and integration points. /llms.txt now links to it.

Bug fixes

Reply tokens to inbound email. Per-conversation reply+<token>@email.closient.com addresses now route through correctly. The SES inbound rule was matching only the literal inbound@ recipient, silently dropping reply addresses with no bounce.