1. Customs Record Search
TradeWind AI API 2.0 Documentation
🇺🇸 English
  • 🇨🇳 简体中文
  • 🇺🇸 English
  • TradeWind AI API 2.0
    • Reference
      • (Agent) Country and Language Codes Reference (No authentication required)
      • (Waterfall) Retrieve Industry references
      • (Waterfall) Retrieve Technology technical references
    • Agentic Tasks
      • (Agent) Task Creation
      • (Agent) Task List
      • (Agent) Task Data
    • (Waterfall) Company Search
      • (Waterfall) Company Search
      • (Waterfall) Company Enrichment
    • (Waterfall) People Search
      • (Waterfall) Contact Search
      • (Waterfall) Contact Enrichment
    • Email Verificatioin
      • Batch Task Result Query (Email Verification)
    • Customs Record Search
      • (Customs) Country Reference
        GET
      • Retrieve customs data list
        POST
      • Retrieve list of customs companies
        POST
      • Retrieve a company's customs status
        POST
      • Retrieve customs company details
        POST
      • Retrieve customs company trade trends
        POST
      • Retrieve a company's customs import and export records
        POST
      • Retrieve customs trade partner records for a company
        POST
      • Retrieve customs HS code records for companies
        POST
      • Retrieve list of products purchased or supplied by a customs company
        POST
      • Retrieve trade regions for a customs company
        POST
      • Retrieve statistics for customs, companies, and trade ports
        POST
      • (Customs) Intelligent Mail Search (Legacy)
        POST
      • List of companies matching the company name
        POST
      • List of contacts matched to the company
        POST
      • Retrieve customs procurement trends
        POST
      • Retrieve global customs regional distribution map
        POST
      • Retrieve customs transactions for Chinese suppliers
        POST
      • Retrieve customs merchant transactions
        POST
      • Retrieve Customs Merchant Transactions (New)
        POST
    • Health
      • GET API liveness probe
    • Metrics
      • GET API Operational Metrics
  1. Customs Record Search

Retrieve customs company details

POST
{{baseUrl}}/api/customs/companies/detail
Last modified:2026-07-16 18:33:13
Retrieve customs company details.

Request

Header Params

Body Params application/json

Example
{
  "type": "importer",
  "customs_id": "-n5d2JMBtuxd06HaaVm1",
  "customs_date": "1734278400",
  "company_id": "1039559602620129280"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff '{{baseUrl}}/api/customs/companies/detail' \
--header 'Accept: application/octet-stream' \
--header 'Content-Type: application/json' \
--data '{
  "type": "importer",
  "customs_id": "-n5d2JMBtuxd06HaaVm1",
  "customs_date": "1734278400",
  "company_id": "1039559602620129280"
}'

Responses

⚪0
text/plain
Example
{}
🟢200成功
Modified at 2026-07-16 18:33:13
Previous
Retrieve a company's customs status
Next
Retrieve customs company trade trends
Built with