Appearance
Modeller
Endpoint yanıtlarında dönen veri modelleri ve enum değerleri.
Firm
| Alan | Tip | Açıklama |
|---|---|---|
| country | string | Ülkenin tam adı |
| country_code | string | ISO 2-harfli ülke kodu |
| name | string | Firma adı |
| address | string | Kayıtlı adres |
| city_state | string | Şehir ve eyalet |
| tel | string | Telefon numarası |
| fax | string | Faks numarası |
| e_mail | string | E-posta adresi |
| web | string | Web sitesi URL'i |
| string | LinkedIn profil URL'i | |
| string | Facebook sayfa URL'i | |
| string | Instagram profil URL'i | |
| string | Twitter/X profil URL'i | |
| firm_type | integer | Dahili firma tipi kodu |
| shipment_count | integer | Bu firmayla ilişkili sevkiyat sayısı |
Null alanlar yanıttan çıkarılır.
Shipment
Tek bir ticaret hareketini temsil eden sevkiyat kaydı.
| Alan | Tip | Açıklama |
|---|---|---|
| importerName | string | İthalatçı firma adı |
| importerCountry | string | İthalatçı ülkenin tam adı |
| importerCountryCode | string | İthalatçı ISO 2-harfli ülke kodu |
| importerAddress | string | İthalatçı firma adresi |
| importerCityState | string | İthalatçı şehir ve eyalet |
| importerEmail | string | İthalatçı e-posta adresi |
| importerTel | string | İthalatçı telefon numarası |
| importerWeb | string | İthalatçı web sitesi |
| exporterName | string | İhracatçı firma adı |
| exporterCountry | string | İhracatçı ülkenin tam adı |
| exporterCountryCode | string | İhracatçı ISO 2-harfli ülke kodu |
| exporterAddress | string | İhracatçı firma adresi |
| exporterCityState | string | İhracatçı şehir ve eyalet |
| exporterEmail | string | İhracatçı e-posta adresi |
| exporterTel | string | İhracatçı telefon numarası |
| exporterWeb | string | İhracatçı web sitesi |
| hsCode | string | Harmonize Sistem (HS) ürün kodu |
| hsCodeDescription | string | HS kodu ürün açıklaması |
| arrivalDate | string | Sevkiyat varış tarihi |
| portOfArrival | string | Varış limanı |
| portOfDeparture | string | Çıkış limanı |
| grossWeight | string | Brüt ağırlık |
| grossWeightUnit | string | Brüt ağırlık birimi (örn. KG) |
| netWeight | string | Net ağırlık |
| netWeightUnit | string | Net ağırlık birimi |
| quantity | string | Miktar değeri |
| quantityUnit | string | Miktar birimi |
| fobValue | string | FOB ticaret değeri |
| fobCurrency | string | FOB para birimi kodu |
| usdFob | string | USD'ye çevrilmiş FOB değeri |
| cifValue | string | CIF ticaret değeri |
| cifCurrency | string | CIF para birimi kodu |
| usdCif | string | USD'ye çevrilmiş CIF değeri |
| brandName | string | Sevkiyatta beyan edilen marka adı |
| productDetails | string | Detaylı ürün açıklaması |
| transportType | string | Taşıma modu |
| vesselName | string | Gemi veya taşıyıcı adı |
| incoterms | string | Ticaret terimleri (örn. FOB, CIF, EXW) |
| paymentType | string | Ödeme yöntemi |
| declarationNumber | string | Gümrük beyanname numarası |
| billOfLadingNo | string | Konşimento numarası |
| countryOfOrigin | string | Üretim ülkesi |
| dataType | string | Veri kaynağı tipi — bkz. DataType |
| importerDataType | string | İthalatçı veri sınıflandırması — bkz. ImporterExporterDataType |
| exporterDataType | string | İhracatçı veri sınıflandırması — bkz. ImporterExporterDataType |
SearchType
Filtrelenecek ticaret yönünü belirtir.
| Değer | Açıklama |
|---|---|
"importer" | İthalatçı firma veya ülkelere göre filtrele |
"exporter" | İhracatçı firma veya ülkelere göre filtrele |
DataType
Sevkiyat kaydının kaynak tipi.
| Değer | Açıklama |
|---|---|
"" | Belirtilmemiş |
"Custom Data" | Gümrük idaresi verisi |
"Bill of Landing" | Konşimento verisi |
"Transit" | Transit sevkiyat verisi |
"Trade Registry" | Ticaret sicili verisi |
ImporterExporterDataType
Bir sevkiyatın ithalatçı veya ihracatçı tarafı için veri sınıflandırması.
| Değer | Açıklama |
|---|---|
"" | Belirtilmemiş |
"Direct Import" | Doğrudan ithal edilen mallar |
"Mirror Import" | İthalat için ayna istatistikleri |
"Direct Export" | Doğrudan ihraç edilen mallar |
"Mirror Export" | İhracat için ayna istatistikleri |
"Bill of Lading" | Konşimento verisi |
"Transit Data" | Transit sevkiyat |
"Trade Registry" | Ticaret sicili kaydı |
