General
USMCA Certification of Origin Automation: What Your TMS Must Handle Now That the Agreement Is Reviewed Annually
Sep 7, 2026
15 mins read

A USMCA certification of origin is the document a claim for preferential tariff treatment rests on, and it has no prescribed form. US Customs and Border Protection confirms that the agreement requires specific data elements rather than a government form, that those elements may appear on a commercial invoice or any other document, and that the old NAFTA CBP Form 434 is no longer accepted for USMCA claims. The nine minimum data elements are set out in Annex 5-A of Chapter 5, the agreement’s origin procedures chapter.
That flexibility is the operational problem. Because no form is mandated, most enterprises produce certifications as PDFs assembled by hand from ERP exports, then email them to brokers and store them in shared drives. That worked while the rules were stable. As of July 2026 they are not, because the agreement itself is now reviewed every year rather than settled for a sixteen-year term.
Key Takeaways
- USMCA prescribes nine minimum data elements in Annex 5-A, not a form, so the certification can be generated from structured data if the fields exist in your systems.
- The US declined to extend the agreement at the 1 July 2026 joint review, triggering annual reviews and putting rules of origin, particularly automotive, back on the table.
- Article 5.8 requires importers, exporters and producers to retain origin records for at least five years, and applies even where the importing party waives the certification.
- Blanket certifications cover up to twelve months, so most expire on 31 December and have to be reissued for the new calendar year.
- Southbound shipments must reconcile with Mexico’s Complemento Carta Porte, where a mismatch can mean fines and seized cargo.
Why origin compliance changed in July 2026
On 1 July 2026 the USMCA Free Trade Commission held the six-year joint review required by Article 34.7. The United States declined to confirm its intention to extend the agreement for a further sixteen years, stating it did not agree to renew USMCA in its current form. The agreement has not lapsed. Its sixteen-year term runs to 1 July 2036 and all present obligations, preferential tariffs, rules of origin and dispute settlement remain fully operative.
What changed is the review cadence. The decision triggers the annual joint review process under Article 34.7.4, which now repeats each year until the parties agree an extension or the agreement expires. The Congressional Research Service documents the process and the role of Congress in it. Reporting from the review indicates interim arrangements were hoped for by the end of 2026, with tighter automotive rules of origin likely to require further work into 2027.
For a compliance lead the implication is specific and unwelcome. Product-specific rules of origin and regional value content thresholds are no longer a settled input to be configured once. They are subject to annual renegotiation, which means origin determination logic, HS classifications and supplier declarations have to be re-verified on a recurring cycle. Any part of that process living in a spreadsheet or a hand-built PDF becomes a recurring liability rather than a one-time cost.
The record-keeping exposure compounds it. Article 5.8 requires the certification and all supporting documentation to be retained for a minimum of five years from importation, and as counsel analyzing CBP’s recordkeeping instructions notes, the obligation on importers, exporters and producers applies even if the importing party does not require a certification or has waived it. Records from a year under one set of rules will be audited while a different set is in force.
The dependency that breaks first is the supplier declaration chain. An origin claim on a manufactured good rests on statements from the suppliers of its materials, and those statements were written against the rules in force when they were signed. If a product-specific rule tightens, every downstream claim that relied on the old threshold needs re-verification, and the enterprise cannot answer that question faster than it can identify which goods depended on which declaration. That is a data lineage problem before it is a compliance problem, and it is the reason origin data belongs in structured fields rather than in the body of a document.
What has to be automated, and in what order
1. Hold the nine data elements as structured fields
Annex 5-A specifies the certification of origin type declaring whether the certifier is importer, exporter or producer, then certifier, exporter, producer and importer details, the description and HS classification of the good, the origin criterion, the blanket period where applicable, and the authorized signature and date. The test is whether those fields exist natively in your schema at both shipment and line-item level, or whether someone types them into a template. If they are typed, every rule change becomes a manual re-entry project.
2. Generate from the system of record, not from an export
The data mostly already exists across ERP, order management and product master systems. Generation should pull from those payloads at shipment creation so the certification is a rendered view of live data rather than a snapshot someone assembled last quarter. This is the difference between updating one field and reissuing several thousand documents.
3. Validate before dispatch, not at the border
Claiming preferential treatment on a good that does not qualify is the expensive failure, because it surfaces as retroactive duty assessment plus penalties long after the shipment cleared. Three checks belong in the dispatch path: HS classification cross-referenced against the current product-specific rules of origin, regional value content thresholds flagged for assembled goods, and a completeness check against the commercial invoice. Any one incomplete or mismatched should hold the load rather than travel with it.
4. Transmit into the broker and carrier ecosystem automatically
A compliant document that sits in a folder has not been filed. The certification needs to reach customs brokers and carriers through the channels they actually consume, whether that is attachment to EDI payloads or transmission by API to broker and carrier portals. Canada makes the timing explicit: CBSA states that under Article 5.4 the importer must have the certification in its possession at the time the preferential claim is made, and must provide it on request.
5. Reconcile southbound shipments against Carta Porte
For freight entering Mexico, origin documentation has to agree with the Complemento Carta Porte, the SAT freight document carried within the CFDI electronic invoicing framework. As RXO describes, it is required for freight moving in Mexico including cross-border movements, must be issued before transport begins, and must accompany the goods. Where the origin certification and the Carta Porte data disagree on party details, description or classification, the exposure is fines and detained cargo rather than a correction request.
6. Track blanket expiry as a system obligation
A blanket certification covers repeated shipments of identical goods for up to twelve months, which is why the annual renewal cycle exists and why most certifications lapse at calendar year end. Tracking that across thousands of SKUs and hundreds of suppliers by hand is where compliance gaps open quietly.
| Certification state | System behavior | Action triggered |
|---|---|---|
| Valid, more than 60 days remaining | Cleared for dispatch | None |
| Valid, 60 days remaining | Cleared for dispatch | Alert compliance and supplier |
| Valid, 30 days remaining | Cleared for dispatch | Escalate, request reissue |
| Expired | Dispatch blocked | Require refreshed certification |
| Incomplete against Annex 5-A | Dispatch blocked | Return to originator with field list |
7. Archive to the five-year standard, indexed and retrievable
Article 5.8’s five-year retention is only useful if a specific record can be produced quickly during a CBP, CBSA or SAT enquiry. Storage is not the constraint; retrieval is. Records need indexing by shipment, party, HS code, origin criterion and effective rule version, because in an annual-review environment an auditor will ask which rule applied on the date of entry.
Two further points are worth building into the design. First, an audit is retrospective and the rules are prospective, so the system has to answer what was true then rather than what is true now. Storing only the current rule set means every historical claim has to be reconstructed by hand. Second, the party filing the claim is often not the party holding the evidence: an importer claims preference on the strength of an exporter’s certification, which rests on a producer’s records. Article 5.8 places retention obligations on all three, so the practical question in a group structure is which entity can produce which record, and whether the execution system carries enough party detail to tell them apart.
Manual against automated origin compliance
| Function | Manual process | Automated workflow |
|---|---|---|
| Data capture | Line items re-keyed into a static template | Annex 5-A fields extracted from ERP and order systems at shipment creation |
| Origin verification | Spreadsheet cross-checks against a saved rules copy | HS classification and rule-of-origin checks against current published rules |
| Rule changes | Documents reissued individually | Underlying field updated, all certifications re-render |
| Dispatch control | Compliance discovered at the border | Dispatch held on incomplete or mismatched fields |
| Broker transmission | Emailed PDF or printed packet | EDI attachment or API transmission to broker and carrier |
| Carta Porte alignment | Compared by hand, if at all | Reconciled against CFDI data before release |
| Blanket expiry | Calendar reminders and tribal knowledge | Tracked per certification with staged alerts and automatic blocking |
| Audit response | Files assembled from shared drives | Indexed retrieval by shipment, party, HS code and rule version |
The right-hand column is not a maturity aspiration. In an annual-review environment it is the difference between absorbing a rule change in an afternoon and running a document reissue program.
One asymmetry shapes how much automation is worth. A rejected certification costs a delayed shipment, which is visible and gets fixed. An accepted certification for a good that did not qualify costs nothing on the day and surfaces later as a retroactive assessment across every entry that relied on the same classification. The first failure is loud and bounded, the second is silent and cumulative, and only the second scales with how long the error persists. That is why validation before dispatch is worth more than faster document production, and why the rule version recorded against each claim is the field that limits the size of an eventual correction.
Five criteria for evaluating origin automation
1. Native Annex 5-A field support. Confirm the nine elements exist as first-class fields at shipment and line-item level, not as free-text notes or attachments.
2. Rule versioning, not just current rules. The system should record which rule version applied at the time of a decision, because that is what an audit tests and what annual review makes variable.
3. Dispatch-blocking controls. Configurable hold rules that prevent a non-compliant shipment being dispatched, rather than a warning a planner can dismiss.
4. Broker and carrier transmission in their format. Verify your specific brokers and cross-border carriers can accept the documentation by API or EDI, and test it before you rely on it.
5. Indexed retrieval across the retention window. Ask how a single certification from three years ago is produced, and how long that takes.
Where the execution layer fits
Cross-border document control is a multi-system problem, and it is worth being precise about which system does what. Origin determination itself, HS classification and rules-of-origin logic belong in a global trade management or customs brokerage platform. The execution layer’s job is to make sure the right documentation is attached to the right shipment, that a shipment missing it cannot leave, and that the record of what happened survives.
That division shows up in enterprise deployments. A leading North American retailer running multi-hundred stores across ocean, rail and road replaced six legacy systems with a single orchestration layer, reaching over 99% on-time store delivery, route compliance above 95% and exception resolution in under two hours, breaking even in year one against savings above $1 million. The relevant part for compliance is the consolidation: documentation controls applied in one place hold, while the same controls spread across six systems drift apart.
Settlement is the closest analogue to origin documentation, because both are document-matching problems with financial consequences. A leading paint manufacturer processing more than 1,500 carrier invoices a month across 160 depots used Locus Settlement, Carrier and Orchestrator agents to automate freight reconciliation, catching 5% to 6% variance above contracted rates and compressing payment cycles from 30 to 45 days down to 7 to 10 days. The mechanism transfers directly: structured data compared against a contractual reference, with exceptions raised before money moves rather than after.
Four mistakes in cross-border document automation
Treating the certification as a document rather than a data view. A document has to be reissued when a rule changes. A rendered view of structured fields updates itself.
Automating generation without automating validation. Producing a complete, well-formatted certification for a good that does not qualify accelerates the wrong outcome.
Warning instead of blocking. A dispatch alert that a planner can dismiss under time pressure will be dismissed under time pressure. The control has to hold the load.
Archiving without indexing. Five years of PDFs in cloud storage satisfies retention and fails the audit, because the test is retrieval against a specific entry date and rule version.
How Locus supports cross-border execution control
Locus, the world’s first Decision-Intelligent, Agentic TMS, is the dispatch and execution layer in this architecture rather than the customs engine, and the distinction matters when scoping a project. Locus does not determine origin, classify goods against product-specific rules of origin or file with customs authorities, and any cross-border deployment should pair it with the global trade management or brokerage system that does.
What Locus contributes is the control and record layer around those decisions. The Fireworks routing engine plans against more than 250 real-world operating rules, which is the mechanism that turns a documentation requirement into a dispatch condition: a shipment missing a mandatory attribute can be held rather than released. Order management carries enriched manifests and chain of custody through execution, and the platform integrates with ERP, OMS, WMS and TMS systems in weeks, which is where the Annex 5-A source data lives. The Settlement and Carrier agents apply the same document-matching discipline to freight invoices.
The governance layer is what makes it auditable. Explainability records the trigger, context, reasoning, action and outcome of each decision, and Traceability links decisions to outcomes as an audit trail, so a question about why a specific shipment was released or held on a specific date has a retrievable answer. Autonomy Levels run L1 through L3 per agent and per domain, which lets a compliance team keep human approval on document exceptions while routine dispatch runs autonomously.
Locus supports more than 360 enterprise customers across 30-plus countries, with over 1.5 billion deliveries optimized, more than $320 million in documented client logistics savings and 99.99% uptime. It has been recognized by Gartner for seven consecutive years, featured in the 2026 Hype Cycle for Supply Chain Execution and Logistics Technologies, named a Leader in TMS by QKS Group (SPARK Matrix), and ranked #1 in Route Planning on G2’s 2026 Best Software Awards.
In October 2025, Ingka Investments, the investment arm of Ingka Group, the world’s largest IKEA retailer, acquired Locus. Locus continues to operate independently.
So what must a TMS automate for USMCA origin compliance in 2026? Structured capture of the nine Annex 5-A data elements from ERP and order systems, validation against current rules of origin before dispatch rather than at the border, automatic transmission to brokers and carriers by EDI or API, reconciliation against Mexico’s Carta Porte on southbound freight, blanket expiry tracking with staged alerts and automatic blocking, and indexed retrieval across the five-year retention Article 5.8 requires. Now that the agreement moves through annual review rather than a settled sixteen-year term, those requirements recur instead of resolving. Locus provides the execution-side half of that: constraint-based dispatch control that can hold a shipment on a missing document, chain of custody through execution, the integration layer to the systems holding the source data, and decision-level explainability and traceability that answers an auditor’s question about a specific shipment on a specific date. Pair it with your trade management platform for classification and filing. Request a Locus cross-border execution assessment to map the control points in your own dispatch path.
Frequently Asked Questions
Is there a USMCA digital certificate of origin form or mandate? No. USMCA prescribes nine minimum data elements in Annex 5-A rather than a form, and CBP confirms the elements may be presented in any format including on a commercial invoice. The old NAFTA CBP Form 434 is no longer accepted for USMCA claims. Certifications may be provided in writing or transmitted electronically.
What are the nine USMCA minimum data elements? The certification of origin type identifying whether the certifier is the importer, exporter or producer, then certifier details, exporter details, producer details, importer details, the description and HS classification of the good, the origin criterion, the blanket period if applicable, and the authorized signature and date.
What changed at the July 2026 USMCA joint review? The United States declined to confirm its intention to extend the agreement for a further sixteen years at the 1 July 2026 joint review. The agreement did not lapse and its term runs to 1 July 2036, but the decision triggers annual joint reviews under Article 34.7.4, with rules of origin including automotive expected to feature in continuing discussions.
How long must USMCA origin records be kept? Article 5.8 requires a minimum of five years from the date of importation. The obligation falls on importers, exporters and producers, and applies even where the importing party does not require a certification or has waived the requirement.
How long is a USMCA blanket certification valid? Up to twelve months for repeated shipments of identical goods. Because most are issued on a calendar-year basis, they commonly expire on 31 December and must be reissued for the following year, which is why brokers run an annual renewal cycle.
What happens if origin documentation does not match Mexico’s Carta Porte? The Complemento Carta Porte is required for freight moving in Mexico including cross-border movements, must be issued before transport begins and must accompany the goods. Where it disagrees with the origin certification on party details, description or classification, authorities can levy fines and detain the cargo, so reconciliation belongs before release rather than after arrival.
Anas is a product marketer at Locus who enjoys turning complex logistics problems into simple, clear stories. Outside of work, he’s usually unwinding with a book or catching a good movie or series.
Related Tags:
General
Which TMS Vendors Have Shipped Agentic AI, Not Just AI Features
Most TMS vendors shipped AI agents in 2026. Few publish how the autonomy is governed. A vendor-by-vendor look at what each one actually claims.
Read more
General
Best TMS for Grocery and Food Delivery: The 2026 Enterprise Guide
Grocery and food delivery break generic TMS platforms on time windows, temperature and mixed fleets. How to evaluate, and why Locus is built for these constraints.
Read moreInsights Worth Your Time
USMCA Certification of Origin Automation: What Your TMS Must Handle Now That the Agreement Is Reviewed Annually