To ensure smooth customs clearance and minimize the risk of shipment inspections or delays, it is critical to provide high-quality data for every international shipment. Poor data quality, specifically vague descriptions and missing HS codes, often triggers manual reviews by destination authorities.
- Be Literal: Describe the item as if you are explaining it to someone who cannot see it.
- Include Part Numbers: If your product has a Part Number (PAN), include it in the reference field to help customs verify the item.
- The "Rule of Three": A great description usually answers What it is, What it's made of, and What it's for.
Customs authorities need to know exactly what is being imported, what it is made of, and its intended use. Avoid using internal marketing descriptions or vague terms.
- Avoid Stop Words: Words like "Sample," "Variety," or "Gift" are frequently flagged and may trigger an automatic inspection.
- Include Material Composition: For items like footwear or apparel, specify the materials (e.g., "Men’s jeans, 80% cotton, 20% polyester" instead of just "Jeans").
- Detail the Product Type: Instead of "VINTAGE FOOTWEAR," use "Women’s shoes - leather upper and rubber sole."
- Be Specific: Instead of "Wheel adjusted," use "Bicycle rear pivot part."
Providing a correct HS code (or Commodity Code) is the most effective way to help customs officials categorize your goods.
- 🇺🇸 US-Based Shippers: Use the US Census Bureau’s Schedule B Search Engine to find the correct code.
- Global Shippers: Ensure you are using the most current codes required by the destination country to avoid incorrect duty/tax calculations.
When possible, include the specific part or item number in your commercial invoice data. Mapping these to the correct reference fields in your shipping tool (e.g., the "PAN" reference type) provides an extra layer of clarity for clearance agents and helps verify the item against the provided description.
Using vague language is the fastest way to get a shipment flagged for inspection. Below are examples of poor descriptions found in recent audit data versus the clear, detailed descriptions required by customs authorities.
| Poor Description (Vague) | Better Description (Detailed) | Why it Matters |
|---|---|---|
| VINTAGE FOOTWEAR | Women's shoes: leather upper, rubber sole | Defines gender, material, and sole type. |
| JEANS | Men’s jeans: 80% cotton, 20% polyester | Specifies material composition for textiles. |
| SAMPLE / VARIETY | Stainless steel kitchen whisk (K792) | Stop Words like "Sample" or "Variety" trigger automatic flags. |
| HAIR PRODUCT | Organic argan oil hair serum (100ml) | Identifies the specific substance and volume. |
| The Mesa - Medium | Canvas messenger bag with brass buckles | Moves past marketing names to actual physical traits. |
To ensure your international shipments clear customs without delay, use this checklist to review your data before printing your labels.
- [ ] Is the description specific? (e.g., "Men's 100% cotton t-shirt" instead of "Apparel")
- [ ] Did you avoid Stop Words? (Ensure "Sample," "Gift," and "Variety" are not used)
- [ ] Is the material composition listed? (e.g., "Stainless steel," "Leather," "Plastic")
- [ ] Is the HS code/Commodity code included? (Use a search tool if you aren't 100% sure)
- [ ] Is the Part Number (PAN) mapped correctly? (Helps verify the item in the clearance system)
- [ ] Is the unit value and currency accurate? (Ensure values match your commercial invoice)
When writing descriptions, ignore your marketing names. Customs authorities don't know what a Polaris IGX 144+ Linkage Kit is. Instead, describe the physical object: Steel mechanical linkage parts for vehicle suspension.
When integrating with international carriers, how you map data fields in your API payload directly impacts customs clearance rates. While the UI may show a single "Description" field, the backend mapping should prioritize the following:
-
Reference Field Mapping (PAN)
To assist customs authorities in verifying shipments against digital records, ensure that product part numbers are mapped to the correct reference type.
- Reference Type: PAN (Part Number)
- Usage: Map your internal SKU or manufacturer part number here. This allows clearance systems to match the physical item to the digital declaration more efficiently.
-
Data Integrity vs. UX Display
It is important to note that what the customer sees in the ShipStation or Shopify UI may not always reflect the full data payload sent to the carrier.
-
Payload Enrichment: Even if a merchant uses a short marketing title in their store, the integration should attempt to send the most granular description available in the product database to the
descriptionfield in the customs object. -
Stop Word Scrubbing: Consider implementing a validation layer that flags or prevents the use of Stop Words (Sample, Gift, Variety) in the
descriptionfield before the API call is finalized.
-
Payload Enrichment: Even if a merchant uses a short marketing title in their store, the integration should attempt to send the most granular description available in the product database to the
-
HS Code Automation
Automating the
harmonized_tariff_codefield is the highest-value optimization you can provide. Ensuring this field is populated with a 6 to 10-digit code reduces the reliance on the text description alone, as the code provides a universal language for customs agents worldwide.