Skip to content

Models ​

Data models and enum values returned in endpoint responses.


Firm ​

FieldTypeDescription
countrystringFull country name
country_codestringISO 2-letter country code
namestringFirm name
addressstringRegistered address
city_statestringCity and state
telstringPhone number
faxstringFax number
e_mailstringEmail address
webstringWebsite URL
linkedinstringLinkedIn profile URL
facebookstringFacebook page URL
instagramstringInstagram profile URL
twitterstringTwitter/X profile URL
firm_typeintegerInternal firm type code
shipment_countintegerNumber of shipments associated with this firm

Null fields are omitted from the response.


Shipment ​

A shipment record representing a single trade movement.

FieldTypeDescription
importerNamestringImporter company name
importerCountrystringImporter country full name
importerCountryCodestringImporter ISO 2-letter country code
importerAddressstringImporter company address
importerCityStatestringImporter city and state
importerEmailstringImporter email address
importerTelstringImporter phone number
importerWebstringImporter website
exporterNamestringExporter company name
exporterCountrystringExporter country full name
exporterCountryCodestringExporter ISO 2-letter country code
exporterAddressstringExporter company address
exporterCityStatestringExporter city and state
exporterEmailstringExporter email address
exporterTelstringExporter phone number
exporterWebstringExporter website
hsCodestringHarmonized System product code
hsCodeDescriptionstringHS code product description
arrivalDatestringShipment arrival date
portOfArrivalstringPort of arrival
portOfDeparturestringPort of departure
grossWeightstringGross weight
grossWeightUnitstringGross weight unit (e.g., KG)
netWeightstringNet weight
netWeightUnitstringNet weight unit
quantitystringQuantity value
quantityUnitstringQuantity unit
fobValuestringFOB trade value
fobCurrencystringFOB currency code
usdFobstringFOB value converted to USD
cifValuestringCIF trade value
cifCurrencystringCIF currency code
usdCifstringCIF value converted to USD
brandNamestringBrand name declared on the shipment
productDetailsstringDetailed product description
transportTypestringMode of transport
vesselNamestringVessel or carrier name
incotermsstringTrade terms (e.g., FOB, CIF, EXW)
paymentTypestringPayment method
declarationNumberstringCustoms declaration number
billOfLadingNostringBill of lading number
countryOfOriginstringCountry of manufacture
dataTypestringData source type — see DataType
importerDataTypestringImporter data classification — see ImporterExporterDataType
exporterDataTypestringExporter data classification — see ImporterExporterDataType

SearchType ​

Specifies the trade direction to filter by.

ValueDescription
"importer"Filter by importing firms or countries
"exporter"Filter by exporting firms or countries

DataType ​

Source type of the shipment record.

ValueDescription
""Not specified
"Custom Data"Customs authority data
"Bill of Landing"Bill of lading data
"Transit"Transit shipment data
"Trade Registry"Trade registry data

ImporterExporterDataType ​

Data classification for the importer or exporter side of a shipment.

ValueDescription
""Not specified
"Direct Import"Directly imported goods
"Mirror Import"Mirror statistics for imports
"Direct Export"Directly exported goods
"Mirror Export"Mirror statistics for exports
"Bill of Lading"Bill of lading data
"Transit Data"Transit shipment
"Trade Registry"Trade registry entry

Nexus Backend API Dokümantasyonu