π CUSMA Whitelabel workflow
CUSMA Whitelabel workflow
Release Date: June 10, 2026
What's New
Contents pending
Why?
Contents pending
How It Works
Contents pending


Platform updates, API changes, and feature releases across Broad Reach services.
Release Date: June 10, 2026
Contents pending
Contents pending
Contents pending
Release Date: June 5, 2026
The Legacy SKU Management portal now supports a scalable CPSC (Consumer Product Safety Commission) compliance and certificate tracking architecture. By linking CPSC certificates and citations directly to SKU product entities, the platform is prepared to automatically generate PGA (Partner Government Agency) message set data elements for T01/T11 consumption entry clearances.
CPSC eFiling becomes mandatory July 8, 2026 for all CPSC-regulated imports on consumption entries. Custom brokers filing T01/T11 clearances via ACE will require PGA Message Set elements at the time of entry.
By shifting compliance data to the SKU and Certificate layer, the data is reusable across all shipments using the same SKU. The PGA payload can be assembled entirely from the SKU layer without modifying transactional shipment data.
All CPSC compliance data lives at the SKU and Certificate level. As long as a shipment line item links to a SKU, and that SKU links to a valid certificate, the full CPSC PGA payload is successfully assembled.
The backend database models this using three core entities:KeepIdentity configuration. This resolves relational mismatches between parent certificates and child citations.
Compliance details can be managed directly on the SKU Management page. Clicking the edit button on any SKU opens the Change Sku dialog.
4225-b1b4-23f4f54d4afc/media__1780637371923.png)
[!TIP]
Active Citation Radio Selection: The Citations Checklist contains a single-select radio button column. Selecting a radio button activates that compliance citation and automatically deactivates all other citation records in the database.
To support batch updates, the upload panel offers options to import compliance details.
| Field | Table | Validations & Requirements |
|---|---|---|
| SKU | SKUProduct | Required. Parent SKU code |
| AgencyProcessingCode | SKUProductCertificate | Required (e.g. REF, FGC, FCP). Max length 3 |
| CertificateType | SKUProductCertificate | Required (GCC or CPC). Max length 10 |
| ProductId | SKUProductCertificate | Required. Product ID or Globally Unique ID. Max length 100 |
| CertifierId | SKUProductCertificate | Required if AgencyProcessingCode is REF. Max length 100 |
| CPSCDisclaim | SKUProductCertificate | Optional (Y or blank). Max length 1 |
| CPSCDisclaimReason | SKUProductCertificate | Conditional (required if Disclaim is Y). Max length 1 |
| CitationCode | SKUProductCertificateCitation | Required (e.g. 16 CFR 1303). Max length 100 |
| Active | SKUProductCertificateCitation | Required (bit flag). Indicates primary citation |
sku-cpsc.csv)SKU,CPSCDisclaim,CPSCDisclaimReason,CPSCIntendedUseCode,CPSCIntendedUseDescription,CPSCCommercialDescription,CPSCCommodityCharacteristicQualifier,CPSCCommodityCharacteristicDescription
sku-certificates.csv)SKU,AgencyProcessingCode,CertificateName,CertificateType,ProductIdQualifier,ProductId,CertifierId,BrandName,Model,ManufactureMonth,ManufactureYear,IdNumberType,IdNumber,DeclarationCode,ProductionStartDate,ProductionEndDate,LotNumberQualifier,InspectionStatus,InspectionDate,EffectiveDate,ExpiryDate,CitationCodes,CitationDescriptions,ManufacturerVendor,ManufacturerIdTypeCode,ManufacturerIdNumber,TestingLabVendor,TestingLabIdTypeCode,TestingLabIdNumber,CertifierVendor,CertifierIdTypeCode,CertifierIdNumber,Active,Notes
*For technical questions or integration support, contact the Platform Engineering team.*
Release Date: May 25, 2026
The Legacy shipping API now supports automatic CN22 Customs Declaration Form generation for military shipments routed through supported carriers (FedEx, UPS). The CN22 form is required for shipments destined to APO/FPO/DPO military addresses and is now generated and returned alongside the shipping label in a single API response β no secondary request needed.
We've seen customer shipping rejects when a CN22 is not provided with the shipping label. USPS services automatically return a CN22 formatted label, whereas Fedex and UPS do not.
The CN22 form format automatically matches the label format requested by the client. If a PDF shipping label was requested, the CN22 is returned as a PDF. If a ZPL label was requested, the CN22 is returned in ZPL format. No additional configuration is required.
The form is returned as a new field cn22_form in the existing shipment response:
<shipmentresponse tracknbr="61290397795820250031"
labelformat="ZPL"
label="..."
cn22_form="..."
carrier="FEDEX"
service="wizmofedexsmartpost"
url="https://www.fedex.com/fedextrack/?trknbr=61290397795820250031"/>
Clients who do not require CN22 forms will see no change to their existing API response.
The CN22 form is available directly from the shipment tracking page via the "Download CN22 Form" button, alongside the existing Get Label, Get Return Label, and Void Shipment actions.
The generated form includes all mandatory customs declaration fields: shipper and recipient details, itemised contents with quantity, weight, declared value, HS code and country of origin per line item, package totals, the bilingual certification declaration, shipment date, and a barcode tied to the tracking number.
| Field | Details |
|---|---|
| Shipper details | Name, address, country |
| Recipient details | Name, address, country |
| Contents description | Per line item |
| Quantity | Per line item |
| Weight (kg) | Per line item + total |
| Declared value (USD) | Per line item + total |
| HS Code | Per line item |
| Country of origin | Per line item |
| Certification declaration | English and French |
| Shipment date | Auto-populated |
| Barcode | Tied to tracking number |
*For questions or support, contact customer services or your account manager.*