Release Notes
Changelog

What's shipping.

Platform updates, API changes, and feature releases across Broad Reach services.


SKU Management - Search Functionality

Release Date: July, 27 2026


Overview
--------

A search capability has been added to the SKU Management screen to help users quickly locate SKU records.
The implementation uses the existing data already loaded on the page and performs client-side filtering using the PrimeNG DataTable. No additional API or server-side search endpoint is required.
The same search functionality has also been implemented on the SKU Without Vendor screen for a consistent user experience.

Implementation Details
----------------------

Search Behavior

  • Added a search input above the SKU grid.
  • Search is performed on the client using the data already available in the grid.
  • Filtering is handled by the PrimeNG DataTable.
  • No backend/API calls are made when performing a search.
  • The search currently filters only the SKU column.

Search Flow

  • User enters a SKU (or partial SKU) in the search box.
  • PrimeNG applies a client-side filter to the loaded dataset.
  • Matching SKU records are displayed instantly.
  • If no records match, the grid displays the standard No records found message.
Notes -----
  • Only the SKU field is searchable.
  • Existing grid functionality remains unchanged.
  • Existing Edit functionality was already available and was not modified as part of this implementation.
  • No backend changes or database changes were required.

๐Ÿ†• New Carrier - Intelcom


New Carrier - Intelcom

Release Date: July 17, 2026


What's New

Intelcom is now available as a supported carrier on the platform. Intelcom services CA to CA deliveries .


Service Code

To use Intelcom, pass the following API service code in the shipment request:

intelcom_ground

Coverage

  • Lane: CA to CA

Sample Label โ€” Successful Test

Below is an example of a successful label test for Intelcom:

label.png

Note: Carrier activation is dependent on operational workflow consideration.


*For questions or support, contact customer services or your account manager.*


Shipment Return / Label Void Process
====================================

Release Date:ย July 08, 2026

Shipment Return / Label Void Process
====================================

Overview
--------

The Shipment Return screen is available in the Administration section and allows users to void shipment labels in bulk.
Users can upload a file containing tracking numbers that should be voided. The system validates and processes each tracking number, submits a void request to the carrier, and updates the shipment records based on invoicing status.

  • * *
User Workflow -------------
  • Navigate to Administration โ†’ Shipment Returns.
  • Upload a file containing tracking numbers to be voided.
  • Submit the request for processing.
  • The system validates the uploaded file and processes the tracking numbers.
  • Results are displayed to the user after processing completes.

Processing Limits

  • A maximum of 200 tracking numbers can be processed per upload.
  • The system processes tracking numbers in parallel with a maximum concurrency of 10 requests at a time.
  • * *
Carrier Void Request --------------------

For each tracking number, the system submits a request to the Shipment API:
Endpoint
https://portal.shipwizmo.com/api
Request Payload

{
"cancelshipment": {
"tracknbr": "1234567890",
"account": "ABC"
}
}

The system waits for the carrier response before updating shipment records.

  • * *
Closed Invoice Shipments ------------------------

Business Requirement

When a shipment is associated with a closed invoice, voiding the label should:
  • Submit a void request to the carrier so the carrier can process any eligible refund.
  • Update the carriervoiddt column instead of the voiddt column.
  • Retain the shipment and tracking number on the existing invoice.
  • Preserve invoice history for audit, reconciliation, and reporting purposes.
  • Record that the label was voided without removing it from the carrier invoice.

Processing Logic

If the shipment is linked to a closed invoice:
  • Submit a void request to the carrier.
  • Verify that the carrier accepts and processes the void request.
  • Update the carriervoiddt field with the current date and time.
  • Leave the shipment associated with the existing invoice.
  • Do not update the voiddt field.
  • Do not remove the shipment or tracking number from the invoice.

Example

A shipment has a tracking number that is still in Label Created status and is already included on a closed invoice. When the shipment is voided:
  • A void request is sent to the carrier.
  • The carrier processes the void and any applicable refund.
  • The carriervoiddt field is updated.
  • The shipment remains on the closed invoice.
  • The tracking number remains available for audit and reconciliation purposes.

Important Note

Updating the carriervoiddt column alone is not sufficient.
The system must successfully submit the void request to the carrier and receive a successful response so that the carrier can process the refund. The database update should only occur after a successful carrier void operation.

  • * *
Open Invoice or Uninvoiced Shipments ------------------------------------

Business Requirement

For shipments that have not yet been invoiced (i.e., the invid column in the shipment table is NULL), the existing behavior remains unchanged.

Processing Logic

If the shipment is not associated with an invoice:
  • Submit the void request to the carrier.
  • Upon successful carrier response, update the voiddt field.
  • Exclude the shipment from future invoicing.

Expected Result

  • The shipment is marked as voided.
  • The shipment will not be included on future invoices.
  • Existing invoicing behavior remains unchanged for uninvoiced shipments.
  • * *

Shipment Return Screen:

image.png

โœ… CPSC Registered Goods Support


CPSC Registered Goods Support

Release Date: July 8, 2026


Objective

The ability to upload a SKU list for a customer that has registered CPSC goods.


Where to Find It

This lives under SKU Management, using the new CPSC Registered Goods Import upload type:

  • Go to SKU Management
  • Set Upload Type to CPSC Registered Goods Import
  • Select the Account
  • Choose a Processing Type (e.g. Replace)
  • Click + Add, then Choose a file and Upload
SKU Management โ€” CPSC Registered Goods Import

File Template

The import supports a CSV file with the following columns:

ColumnDescription
SKUUnique SKU identifier
ItemNameProduct name
DescriptionProduct description
CategoryProduct category
UOMUnit of measure
UnitCostCost per unit
UnitPricePrice per unit
CurrencyCurrency code
VendorVendor name
Length / Width / Height / DimensionsProduct dimensions
WeightProduct weight
OriginCountry of origin
HS CodeHarmonized System code
CPSCDisclaimCPSC disclaim flag (Y/N)
CPSCDisclaimReasonReason code for disclaim
CPSCAgencyProcessingCodeCPSC agency processing code
CPSCProductCodeCPSC product code
CPSCIntendedUseCodeCPSC intended use code
CPSCProductIDCPSC product ID
CPSCCertifierIDCPSC certifier ID
Download a sample template here:

๐Ÿ“Ž SKU Master Sample - Registered Goods.csv


*For questions or support, contact customer services or your account manager.*


โœ… CPSC Validation โ€” Account Toggle


CPSC Validation Toggle for Account Management

Status: Completed
Release Date: 2026-07-06
Related User Story: #3246 โ€” Account toggle for CPSC Validation


Overview

Account Management now includes a CPSC Validation checkbox toggle, following the same pattern as the existing HS Code validation toggle. This feature validates HS codes submitted on shipment requests against a restricted HS code reference list, with an additional SKU Master check before blocking a label request.


How It Works

Toggle OFF (default):
No HS code validation is performed against the restricted list. Shipment and label creation proceeds as normal, with no additional checks.

Toggle ON:
  • The system checks if any HS code(s) submitted in the shipment request match an entry in the restricted HS code list.
  • No match found โ†’ Shipment creation is accepted as-is, no further action needed.
  • Match found โ†’ The system then checks whether the requesting account has at least 1 row in the SKU Master detail table.
- Row exists โ†’ Label creation is accepted as-is. - No row exists โ†’ The label request is declined with a friendly, clear error message explaining that CPSC documentation/certification is required for the account before a label can be issued.

Restricted HS Code List

The CPSC restricted HS code reference list used for validation is available for download here:

๐Ÿ“Ž CPSC VS Restricted List.xlsx

The list contains 588 HS/HTS code entries used as the matching reference for the toggle.


Where to Find It

Navigate to Account Management for the account in question โ€” the CPSC Validation checkbox sits alongside the existing HS Code validation toggle.

image.png

*For questions or support, contact customer services or your account manager.*


๐Ÿ†• New Carrier - GoFo Express


New Carrier - GoFo Express

Release Date: June 23, 2026


What's New

GoFo Express is now available as a supported carrier on the platform. GoFo Express services US to US deliveries up to 20 lb.


Service Code

To use GoFo Express, pass the following API service code in the shipment request:

gofo_ground_us

Coverage

  • Lane: US to US
  • Max Weight: 20 lb

Sample Label โ€” Successful Test

Below is an example of a successful label test for GoFo Express:

GoFo Express โ€” Sample Label

Note: Carrier activation is dependent on operational workflow consideration.


*For questions or support, contact customer services or your account manager.*


Release Date:ย July 06, 2026

Application:ย Legacy

What's New
The Legacy portal generates Livingston Type 11 Intake file. New fields have been added according to the provided structure document. If the file has multiple commodities in a single parcel, each commodity needs to be declared to CBP separately. As having a unique number generated for each parcel in the column โ€œMaster Bill/AWB Numberโ€

How It Works

Users can access it from tab โ€œScan Pallet To Tripโ€ after selecting the required terminal. Please check the below screenshot.
livingstondownload.jpg

Addition of SKU Column to LIVINGSTON Export Report
==================================================

Requestor: Chris B
Release Date: June 12, 2026

Overview
--------

A new SKU column has been added to the LIVINGSTON Export Report in the legacy system to provide additional product identification details in the report output.
The impacted report is shown below:

  • * *
Database Changes ----------------

The LIVINGSTON Export Report retrieves data using the stored procedure:
wizmo_getLivingstoneCloseoutDetails

Changes Made

  • Added a new column: PartNumber
  • This column is now included in the stored procedure result set and is used as the source for the SKU value displayed in the report.
  • * *
Application Changes -------------------

The report generation code was updated to include the new SKU column and map it to the PartNumber field returned by the stored procedure.

Changes Made

  • Added a new SKU column to the export report.
  • Mapped the report's SKU field to the PartNumber value returned by wizmo_getLivingstoneCloseoutDetails.
image.png
  • * *
Impact ------
  • The LIVINGSTON Export Report now includes SKU information for each exported record.
  • Existing report functionality remains unchanged.
  • No impact to other reports or export processes.

๐Ÿ†• Hot Fixes - August 5, 2026

BEIS CA and BEIS OH Accounts (Legacy) - Use Fedex Smartpost service for Military/P.O Box

Requestor: Matt A.

Release Date: August 5, 2026

  • Switched from USPS Ground Advantage to FedEx Smartpost as the service for Military and P.O Box destinations

๐Ÿ†• Hot Fixes - July 24, 2026

UniUni Us credentials for Uni Uni West/East accounts

Requestor: Rozano C.

Release Date: July 24, 2026

  • Added new records in the webcredential table that will be used for creating and voiding shipments using uniuni_ground_us service under the Uni Uni West and East accounts.

๐Ÿ†• Hot Fixes - July 15, 2026

CP Zone Skip Rate (Legacy) - fixed issue that returned all service rates as the lowest amount.

Requestor: Rozano C.

Release Date: July 15, 2026

  • Added a Boolean bExplicitUniUniRequested to track scenario where Uni Uni services in CP Zone Skip are called directly.
  • Returned carrier and service for NLS accounts
  • Each Uni Uni service will now return correct rates when called directly.

๐Ÿ†• Hot Fixes - June 25, 2026

White label Fix (Legacy) - retry returning final mile incorrectly

Requestor: Rozano C.

Release Date: June 25, 2026

  • Updated the reprint function in common.cs to include the missing allowwhitelabel condition.
  • White label values now return correctly on retry for enabled accounts.

Rate request to v2 missing account details

Release Date: June 25, 2026

  • Updated the rateShipmentV2 function in apiservices.cs to include the missing account attribute.

๐Ÿ†• Hot Fixes - June 12, 2026


Metro Beis California Shipper Address Update

Requestor: Matt A

Release Date: June 12, 2026

Revert customer shipper address to api driven address.


247 Fulfilment - Canada Post Label Update

Requestor: Mark N

Release Date: June 12, 2026

  • Push customer shipper address for all label types including zoneskip labels
  • Remove 19+ Adult signature requirement

๐Ÿ†• USPS Adjustment Billing


USPS Adjustment Billing

Release Date: June 10, 2026


What's New

Added support to import Bukushipโ€™s USPS invoice breakdown and create billing adjustments.

Why?

All Underpaid items are converted into adjustments so customers can be billed correctly.


How It Works

CSV file are uploaded here: Portal: Invoice Upload

usps_csv_upload_20260611.png
  • UspsBukushipDetailFileImport creates a record in invoice.import and inserts the CSV rows into invoice.usps_bukuship_detail.
  • sp_ProcessUspsBukushipDetails creates the related charges in dbo.charge.

๐Ÿ†• CUSMA White label workflow


CUSMA White label workflow

Release Date: June 10, 2026


What's New

Added Non-CUSMA white label support in the legacy portal. Admins can enable the functionality on the accounts page.

image.png


Why?

This feature determines whether a white label or final mile label should be created for US and international shipments based on item origin.
  • A white label is created when the shipment contains any item with an origin outside of CA, US, or MX.
  • A final mile label is created when all items have a CUSMA origin: CA, US, or MX.

How It Works

When enabled, this setting overrides all existing white label generation rules.

For white labels generated under these rules:
  • Canadian terminal scan: Allows the scan, records the scan date, and creates milestones. The label is not printed.
  • US terminal scan: Allows the scan, records the scan date, creates milestones, and prints the label.

๐Ÿ†• CPSC eFiling and Compliance Support for SKU Management

Release Date: June 5, 2026


What's New

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.


Why?

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.


How It Works

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:
  • SKUProduct โ€” Holds basic item identifiers (unchanged).
  • SKUProductCertificate โ€” Stores GCC (General Conformity Certificate) or CPC (Children's Product Certificate) fields.
  • SKUProductCertificateCitation โ€” Stores regulatory citations (e.g. 16 CFR 1303) per certificate.
During bulk CSV imports, C#-side generated GUID values for certificate primary keys are preserved using SQL Server's KeepIdentity configuration. This resolves relational mismatches between parent certificates and child citations.

In-App Compliance Management

Compliance details can be managed directly on the SKU Management page. Clicking the edit button on any SKU opens the Change Sku dialog.

1. SKU Info Tab

Displays vendor references, cost, currency, and origin attributes. media__1780637382018.png

2. Certificate Info Tab

Stores certificate registration identifiers, processing codes, certifier details, and production dates. media__1780637365266.png

3. CPSC & Citations Tab

Manages inspection details, disclaimers, and associated compliance checklist rows. media__1780637371923.png4225-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.

Ingesting Data via CSV Imports

To support batch updates, the upload panel offers options to import compliance details.

media__1780637393930.png
  • Selecting SKU Certificate Import locks the Processing Type dropdown to Replace and disables it, enforcing the strict 1-to-1 SKU-to-Certificate mapping on the backend.

What the Compliance Schema Contains

FieldTableValidations & Requirements
SKUSKUProductRequired. Parent SKU code
AgencyProcessingCodeSKUProductCertificateRequired (e.g. REF, FGC, FCP). Max length 3
CertificateTypeSKUProductCertificateRequired (GCC or CPC). Max length 10
ProductIdSKUProductCertificateRequired. Product ID or Globally Unique ID. Max length 100
CertifierIdSKUProductCertificateRequired if AgencyProcessingCode is REF. Max length 100
CPSCDisclaimSKUProductCertificateOptional (Y or blank). Max length 1
CPSCDisclaimReasonSKUProductCertificateConditional (required if Disclaim is Y). Max length 1
CitationCodeSKUProductCertificateCitationRequired (e.g. 16 CFR 1303). Max length 100
ActiveSKUProductCertificateCitationRequired (bit flag). Indicates primary citation

CSV File Import Schemas

1. SKU CPSC Fields (sku-cpsc.csv)

Upserts CPSC compliance fields based on SKU:
SKU,CPSCDisclaim,CPSCDisclaimReason,CPSCIntendedUseCode,CPSCIntendedUseDescription,CPSCCommercialDescription,CPSCCommodityCharacteristicQualifier,CPSCCommodityCharacteristicDescription

2. SKU Certificate Import (sku-certificates.csv)

Links certificates, entities, and citations to SKUs:
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

Supported Clearance Types

  • T01 Entry (Consumption Entry)
  • T11 Entry (Consumption Entry / Informal Entry)

Mandatory Deadline

  • Compliance is mandatory beginning July 8, 2026 for all CPSC-regulated import entries.

*For technical questions or integration support, contact the Platform Engineering team.*

Whatโ€™s New

  • Implementation for a new Client facility in Montreal, CA.
  • Address is โ€œ2555 Dollard Ave, LaSalle, QC, H8N 3A9, CAโ€.
  • Services using this facility include: Canada Post and UniUni.

How it works

- Accounts can use the Montreal facility if they have the Montreal terminal assigned which can be done through the account maintenance screen in the legacy portal as shown below:

acc_terminal.jpg

- Users can have a "create shipment" request using service code โ€œCPYULโ€ for Canada post service and then a label with the Montreal client facility address as shipper will be created like this label:

cplabel.jpg

- Users can have a "create shipment" request using service code โ€œuniuniyulโ€ for UniUni service and then a label with the Montreal client facility address as shipper will be created like this label:

uniunilabel.jpg
  • Both service codes "CPYUL" and "uniuniyul" can be used in a "rateshipment" request.

๐Ÿ†• Release Notes โ€” June 2026


CN22 Customs Declaration Form Support for Military Shipments

Release Date: May 25, 2026


What's New

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.


Why?

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.


How It Works

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.


Downloading the Form

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.

Tracking Page โ€” Download CN22 Form

CN22 Form โ€” Sample Output

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.

CN22 Form โ€” Sample

What the CN22 Form Contains

FieldDetails
Shipper detailsName, address, country
Recipient detailsName, address, country
Contents descriptionPer line item
QuantityPer line item
Weight (kg)Per line item + total
Declared value (USD)Per line item + total
HS CodePer line item
Country of originPer line item
Certification declarationEnglish and French
Shipment dateAuto-populated
BarcodeTied to tracking number

Supported Carriers

  • FedEx
  • UPS

Applicable Shipment Types

  • Military addresses (APO / FPO / DPO)

*For questions or support, contact customer services or your account manager.*


CPSC eFiling and Compliance Support for SKU Management

Release Date: June 5, 2026


What's New

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.


Why?

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.


How It Works

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:
  • SKUProduct โ€” Holds basic item identifiers (unchanged).
  • SKUProductCertificate โ€” Stores GCC (General Conformity Certificate) or CPC (Children's Product Certificate) fields.
  • SKUProductCertificateCitation โ€” Stores regulatory citations (e.g. 16 CFR 1303) per certificate.
During bulk CSV imports, C#-side generated GUID values for certificate primary keys are preserved using SQL Server's KeepIdentity configuration. This resolves relational mismatches between parent certificates and child citations.

In-App Compliance Management

Compliance details can be managed directly on the SKU Management page. Clicking the edit button on any SKU opens the Change Sku dialog.

1. SKU Info Tab

Displays vendor references, cost, currency, and origin attributes. media__1780637382018.png

2. Certificate Info Tab

Stores certificate registration identifiers, processing codes, certifier details, and production dates. media__1780637365266.png

3. CPSC & Citations Tab

Manages inspection details, disclaimers, and associated compliance checklist rows. media__1780637371923.png4225-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.

Ingesting Data via CSV Imports

To support batch updates, the upload panel offers options to import compliance details.

media__1780637393930.png
  • Selecting SKU Certificate Import locks the Processing Type dropdown to Replace and disables it, enforcing the strict 1-to-1 SKU-to-Certificate mapping on the backend.

What the Compliance Schema Contains

FieldTableValidations & Requirements
SKUSKUProductRequired. Parent SKU code
AgencyProcessingCodeSKUProductCertificateRequired (e.g. REF, FGC, FCP). Max length 3
CertificateTypeSKUProductCertificateRequired (GCC or CPC). Max length 10
ProductIdSKUProductCertificateRequired. Product ID or Globally Unique ID. Max length 100
CertifierIdSKUProductCertificateRequired if AgencyProcessingCode is REF. Max length 100
CPSCDisclaimSKUProductCertificateOptional (Y or blank). Max length 1
CPSCDisclaimReasonSKUProductCertificateConditional (required if Disclaim is Y). Max length 1
CitationCodeSKUProductCertificateCitationRequired (e.g. 16 CFR 1303). Max length 100
ActiveSKUProductCertificateCitationRequired (bit flag). Indicates primary citation

CSV File Import Schemas

1. SKU CPSC Fields (sku-cpsc.csv)

Upserts CPSC compliance fields based on SKU:
SKU,CPSCDisclaim,CPSCDisclaimReason,CPSCIntendedUseCode,CPSCIntendedUseDescription,CPSCCommercialDescription,CPSCCommodityCharacteristicQualifier,CPSCCommodityCharacteristicDescription

2. SKU Certificate Import (sku-certificates.csv)

Links certificates, entities, and citations to SKUs:
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

Supported Clearance Types

  • T01 Entry (Consumption Entry)
  • T11 Entry (Consumption Entry / Informal Entry)

Mandatory Deadline

  • Compliance is mandatory beginning July 8, 2026 for all CPSC-regulated import entries.

*For technical questions or integration support, contact the Platform Engineering team.*