Skip to main content

Shipment(JSON)

EVEROKAbout 14 min

Shipment(JSON) API

v1.0.0

Standard Shipment Dataset

shipment API enable Everest application to push the shipment data to external client, shipment data includes shipper info, consignee's info, notify party's info, POL, POD, ETD, cargo ready date, package information, container information, MB/L, HB/L, shipment legs.

Body Parameters

{
  "doc_type": "shipment",
  "version": "string",
  "agent_id": "string",
  "trans_id": "string",
  "shipments": [
    {
      "agent_reference": "string",
      "booking_submitted_actual": "string",
      "cargo_ready_estimated": "2023-05-29T00:00:00",
      "departure_estimated": "2023-05-29T00:00:00",
      "arrival_estimated": "2023-05-29T00:00:00",
      "inco_term": "string",
      "carrier_scac": "string",
      "containerization_type": "FCL",
      "freight_payment_terms": "CC",
      "house_bill": "string",
      "master_bill": "string",
      "vessel_name": "string",
      "voyage_number": "string",
      "transport_mode": "AIR",
      "release_type": "Original",
      "po_numbers": "string",
      "booking_reference": "string",
      "co_load_bill_of_lading": "string",
      "shipper_reference": "string",
      "total_package_num": 0,
      "total_gross_weight_kgs": 0,
      "total_volume_cbms": 0,
      "chargeable_weight": 0,
      "dimensional_weight": 0,
      "cancelled": true,
      "inco_term_place": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "co_loader": {
        "name": "string",
        "format_address": "string",
        "source_party_id": "string"
      },
      "origin_port": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "lading_port": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "arrival_port": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "delivery_place": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "carrier": {
        "name": "string",
        "format_address": "string",
        "source_party_id": "string"
      },
      "shipper": {
        "name": "string",
        "country": "string",
        "address_1": "string",
        "address_2": "string",
        "city": "string",
        "state": "string",
        "full_address": "string",
        "format_address": "string",
        "postal_code": "string",
        "source_party_id": "string"
      },
      "consignee": {
        "name": "string",
        "country": "string",
        "address_1": "string",
        "address_2": "string",
        "city": "string",
        "state": "string",
        "full_address": "string",
        "format_address": "string",
        "postal_code": "string",
        "target_party_id": "string",
        "source_party_id": "string"
      },
      "notify_party": {
        "name": "string",
        "country": "string",
        "address_1": "string",
        "address_2": "string",
        "city": "string",
        "state": "string",
        "full_address": "string",
        "format_address": "string",
        "postal_code": "string",
        "source_party_id": "string"
      },
      "revenue_invoices": [
        {
          "invoice_number": "string",
          "issued_date": "2019-08-24T14:15:22Z",
          "total_due": 0,
          "invoice_lines": [
            {
              "currency": "string",
              "line_number": 0,
              "charge_code": "string",
              "description": "string",
              "total_cost": 0
            }
          ]
        }
      ],
      "containers": [
        {
          "type_code": "string",
          "container_number": "string",
          "delivery_mode": "string",
          "seal_1": "string",
          "source_container_id": "string",
          "po_number": "string",
          "container_type": "string",
          "container_height": "string",
          "container_length": "string",
          "reefer_flag": "string",
          "avg_temp_value": "string",
          "avg_temp_unit": "TC"
        }
      ],
      "package_groups": [
        {
          "volume_cbms": 0,
          "gross_weight_kgs": 0,
          "package_type_description": "string",
          "package_type_code": "string",
          "package_quantity": 0,
          "source_container_id": "string",
          "marks_and_numbers": "string",
          "description_of_goods": "string",
          "package_length_cms": 0,
          "package_width_cms": 0,
          "package_height_cms": 0,
          "is_dgr": true,
          "dgr_number": "string",
          "dgr_class": "string",
          "dgr_packing_group": "string",
          "dgr_description": "string",
          "package_item_list": [
            {
              "HTS_number": "string",
              "item_name": "string",
              "po_no": "string",
              "po_item_no": "string",
              "source_item_id": "string"
            }
          ]
        }
      ],
      "shipment_legs": [
        {
          "arrival_actual": "string",
          "arrival_estimated": "string",
          "carrier_scac": "string",
          "arrival_port": {
            "unlocode": "string",
            "iata_code": "string",
            "country_code": "string",
            "description": "string"
          },
          "departure_actual": "string",
          "departure_estimated": "string",
          "lading_port": {
            "unlocode": "string",
            "iata_code": "string",
            "country_code": "string",
            "description": "string"
          },
          "leg_sequence_number": "string",
          "leg_type": "Main",
          "vessel_Lloyds_IMO": "string",
          "transport_mode": "AIR",
          "voyage_number": "string",
          "vessel_name": "string"
        }
      ],
      "event": {
        "event_code": "string",
        "event_description": "string",
        "estimated_event_date": "2023-05-29T00:00:00",
        "actual_event_date": "2023-05-29T00:00:00"
      },
      "security_filings": [
        {
          "filing_type": "ISF10",
          "filing_id": "string",
          "filing_date": "2023-05-29T00:00:00",
          "filing_status": "Completed",
          "filing_result": "string",
          "reference_number": "string",
          "vessel_name": "string",
          "voyage_number": "string",
          "departure_estimated": "2023-05-29T00:00:00",
          "arrival_estimated": "2023-05-29T00:00:00",
          "carrier_scac": "string",
          "forwardor_scac": "string",
          "transport_mode": "AIR",
          "containerization_type": "FCL",
          "containers": [
            {
              "type_code": "string",
              "container_number": "string",
              "container_type": "string",
              "container_height": "string",
              "container_length": "string",
              "reefer_flag": "string",
              "avg_temp_value": "string",
              "avg_temp_unit": "TC"
            }
          ],
          "origin_country": "string",
          "commodities": [
            {
              "HTS_number": "string"
            }
          ],
          "lading_port": {
            "unlocode": "string",
            "iata_code": "string",
            "country_code": "string",
            "description": "string"
          },
          "arrival_port": {
            "unlocode": "string",
            "iata_code": "string",
            "country_code": "string",
            "description": "string"
          },
          "delivery_place": {
            "unlocode": "string",
            "iata_code": "string",
            "country_code": "string",
            "description": "string"
          },
          "addresses": [
            {
              "name": "string",
              "country": "string",
              "address_1": "string",
              "address_2": "string",
              "city": "string",
              "state": "string",
              "full_address": "string",
              "format_address": "string",
              "postal_code": "string",
              "source_party_id": "string",
              "address_type": "BUY",
              "government_assigned_id": "string",
              "government_assigned_id_type": "string"
            }
          ],
          "bills_of_lading": [
            {
              "house_bill": "string",
              "master_bill": "string"
            }
          ],
          "filing_by": "string"
        }
      ]
    }
  ]
}

Params

NameLocationTypeRequiredTitleDescription
bodybodyobjectnonone
» doc_typebodystringyesnone
» versionbodystringyesnone
» agent_idbodystringyesnone
» trans_idbodystringyesnone
» shipmentsbody[shipment]yesnone
»» agent_referencebodystringyesBooking ID geerated by system
»» booking_submitted_actualbodystringyesactual booking submitted date
»» cargo_ready_estimatedbodystring(date-time)yesestimated cargo ready date
»» departure_estimatedbodystring(date-time)yesETD
»» arrival_estimatedbodystring(date-time)yesETA
»» inco_termbodystringyesINCOTERM, such as FOB,DDP,etc.
»» carrier_scacbodystringnoCarrier's Standard Carrier Alpha Code (SCAC)
»» containerization_typebodystringyesHow the shipment will be containerized
»» freight_payment_termsbodystringyesThe terms by which the freight will be paid,
»» house_billbodystringnoHBL
»» master_billbodystringnoMBL
»» vessel_namebodystringnoName of vessel
»» voyage_numberbodystringnoVoyage or flight number
»» transport_modebodystringyesTransportation mode
»» release_typebodystringnoB/L release type
»» po_numbersbodystringnoPO number related to shipment
»» booking_referencebodystringnonone
»» co_load_bill_of_ladingbodystringnonone
»» shipper_referencebodystringnonone
»» total_package_numbodynumbernototal package quantity
»» total_gross_weight_kgsbodynumbernototal gross weight
»» total_volume_cbmsbodynumbernototal volume
»» chargeable_weightbodynumbernoonly for air shipment
»» dimensional_weightbodynumbernoonly for air shipment
»» cancelledbodybooleanyesnone
»» inco_term_placebody[location]yesnone
»» co_loaderbodyobjectnoCo-loader's information
»»» namebodystringnoname of address
»»» format_addressbodystringnooutput standard address format by automated address validation process
»»» source_party_idbodystringnoidentifior of the party in Everok platform
»» origin_portbody[location]nonone
»» lading_portbody[location]yesnone
»» arrival_portbody[location]yesnone
»» delivery_placebody[location]yesnone
»» carrierbodyobjectnoinformation of party who physically transporting the shipment
»»» namebodystringnoname of address
»»» format_addressbodystringnooutput standard address format by automated address validation process
»»» source_party_idbodystringnoidentifior of the party in Everok platform
»» shipperbodyobjectyesshipper info
»»» namebodystringnoname of address
»»» countrybodystringno2 character ISO country code
»»» address_1bodystringnostreet and street number
»»» address_2bodystringnobuilding number if any
»»» citybodystringnocity name
»»» statebodystringnostate or province name
»»» full_addressbodystringnooriginal address text from customer
»»» format_addressbodystringnooutput standard address format by automated address validation process
»»» postal_codebodystringnopostal code
»»» source_party_idbodystringnoidentifior of the party in Everok platform
»» consigneebodyobjectyesconsigee info
»»» namebodystringnoname of address
»»» countrybodystringno2 character ISO country code
»»» address_1bodystringnostreet and street number
»»» address_2bodystringnobuilding number if any
»»» citybodystringnocity name
»»» statebodystringnostate or province name
»»» full_addressbodystringnooriginal address text from customer
»»» format_addressbodystringnooutput standard address format by automated address validation process
»»» postal_codebodystringnopostal code
»»» target_party_idbodystringnoidentifior of the party in destination system
»»» source_party_idbodystringnoidentifior of the party in Everok platform
»» notify_partybodyobjectyesnotified party info
»»» namebodystringnoname of address
»»» countrybodystringno2 character ISO country code
»»» address_1bodystringnostreet and street number
»»» address_2bodystringnobuilding number if any
»»» citybodystringnocity name
»»» statebodystringnostate or province name
»»» full_addressbodystringnooriginal address text from customer
»»» format_addressbodystringnooutput standard address format by automated address validation process
»»» postal_codebodystringnopostal code
»»» source_party_idbodystringnoidentifior of the party in Everok platform
»» revenue_invoicesbody[invoice]noThe invoices from the service provider to the shipper.
»»» invoice_numberbodystringyesunique invoice number
»»» issued_datebodystring(date-time)yes2023-05-29T00:00:00invoice issued date
»»» total_duebodynumberyestotal amount of invoice
»»» invoice_linesbody[invoice line]nonone
»» containersbody[container]noContainers on the shipment
»»» type_codebodystringnoISO 6346 container type code (like 20GP)
»»» container_numberbodystringyesidentifying container number (including SCAC prefix)
»»» delivery_modebodystringyesthe mode of delivery like CY/CY, CFS/CY, etc.
»»» seal_1bodystringnocontainer seal number
»»» source_container_idbodystringnolinkage between package group and container
»»» po_numberbodystringnorelative PO number
»»» container_typebodystringnocontainer type, such as TRL (Trailer) , TRLCAR (Car Trailer) , TRLFLA (Flat Trailer) , TRLSEM (Semi-Trailer) , TRLSBY (Swap Body)
»»» container_heightbodystringnoheight of container
»»» container_lengthbodystringnolength of container
»»» reefer_flagbodystringnoreefer flag on container
»»» avg_temp_valuebodystringnoAverage Temperature
»»» avg_temp_unitbodystringnoTemperature Unit of Measure
»» package_groupsbody[package group]yesCollections of identical packages
»» shipment_legsbody[shipment leg]noArray of shipment segments that the shipment will take
»» eventbodyeventnoevent during shipment
»»» event_codebodystringyescode of event during whole bill
»»» event_descriptionbodystringnonone
»»» estimated_event_datebodystring(date-time)noestimated event date
»»» actual_event_datebodystring(date-time)noactual event date
»» security_filingsbody[security filing]nonone

Enum

NameValue
»» containerization_typeFCL
»» containerization_typeLCL
»» containerization_typeBreak Bulk Cargo
»» containerization_typeRORO
»» freight_payment_termsCC
»» freight_payment_termsPP
»» transport_modeAIR
»» transport_modeSEA
»» transport_modeRAIL
»» transport_modeROAD
»» release_typeOriginal
»» release_typeFCR
»» release_typeTelex Released
»»» avg_temp_unitTC
»»» avg_temp_unitTF

Data Schema

address

{
  "name": "string",
  "country": "string",
  "address_1": "string",
  "address_2": "string",
  "city": "string",
  "state": "string",
  "full_address": "string",
  "format_address": "string",
  "postal_code": "string",
  "unlocode": "string",
  "target_party_id": "string",
  "source_party_id": "string",
  "address_type": "BUY",
  "government_assigned_id": "string",
  "government_assigned_id_type": "string"
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
namestringfalsenonename of address
countrystringfalsenone2 character ISO country code
address_1stringfalsenonestreet and street number
address_2stringfalsenonebuilding number if any
citystringfalsenonecity name
statestringfalsenonestate or province name
full_addressstringfalsenoneoriginal address text from customer
format_addressstringfalsenoneoutput standard address format by automated address validation process
postal_codestringfalsenonepostal code
unlocodestringfalsenonevalid UN/LOCODE
target_party_idstringfalsenoneidentifior of the party in destination system
source_party_idstringfalsenoneidentifior of the party in Everok platform
address_typestringfalsenonedifferent address type, such as importer, consignee, shipper, notify party, etc.
government_assigned_idstringfalsenonenumber assigned by government, such as EIN
government_assigned_id_typestringfalsenonetype of the assigned number

Enum

NameValue
address_typeBUY
address_typeCSG
address_typeCSS
address_typeCTS
address_typeIMP
address_typeMNF
address_typeSEL
address_typeSTP
address_typeBKP

shipment

{
  "agent_reference": "string",
  "booking_submitted_actual": "string",
  "cargo_ready_estimated": "2023-05-29T00:00:00",
  "departure_estimated": "2023-05-29T00:00:00",
  "arrival_estimated": "2023-05-29T00:00:00",
  "inco_term": "string",
  "carrier_scac": "string",
  "containerization_type": "FCL",
  "freight_payment_terms": "CC",
  "house_bill": "string",
  "master_bill": "string",
  "vessel_name": "string",
  "voyage_number": "string",
  "transport_mode": "AIR",
  "release_type": "Original",
  "po_numbers": "string",
  "booking_reference": "string",
  "co_load_bill_of_lading": "string",
  "shipper_reference": "string",
  "total_package_num": 0,
  "total_gross_weight_kgs": 0,
  "total_volume_cbms": 0,
  "chargeable_weight": 0,
  "dimensional_weight": 0,
  "cancelled": true,
  "inco_term_place": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "co_loader": {
    "name": "string",
    "format_address": "string",
    "source_party_id": "string"
  },
  "origin_port": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "lading_port": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "arrival_port": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "delivery_place": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "carrier": {
    "name": "string",
    "format_address": "string",
    "source_party_id": "string"
  },
  "shipper": {
    "name": "string",
    "country": "string",
    "address_1": "string",
    "address_2": "string",
    "city": "string",
    "state": "string",
    "full_address": "string",
    "format_address": "string",
    "postal_code": "string",
    "source_party_id": "string"
  },
  "consignee": {
    "name": "string",
    "country": "string",
    "address_1": "string",
    "address_2": "string",
    "city": "string",
    "state": "string",
    "full_address": "string",
    "format_address": "string",
    "postal_code": "string",
    "source_party_id": "string"
  },
  "notify_party": {
    "name": "string",
    "country": "string",
    "address_1": "string",
    "address_2": "string",
    "city": "string",
    "state": "string",
    "full_address": "string",
    "format_address": "string",
    "postal_code": "string",
    "source_party_id": "string"
  },
  "revenue_invoices": [
    {
      "invoice_number": "string",
      "issued_date": "2019-08-24T14:15:22Z",
      "total_due": 0,
      "invoice_lines": [
        {
          "currency": "string",
          "line_number": 0,
          "charge_code": "string",
          "description": "string",
          "total_cost": 0
        }
      ]
    }
  ],
  "containers": [
    {
      "type_code": "string",
      "container_number": "string",
      "delivery_mode": "string",
      "seal_1": "string",
      "source_container_id": "string",
      "po_number": "string",
      "container_type": "string",
      "container_height": "string",
      "container_length": "string",
      "reefer_flag": "string",
      "avg_temp_value": "string",
      "avg_temp_unit": "TC"
    }
  ],
  "package_groups": [
    {
      "volume_cbms": 0,
      "gross_weight_kgs": 0,
      "package_type_description": "string",
      "package_type_code": "string",
      "package_quantity": 0,
      "source_container_id": "string",
      "marks_and_numbers": "string",
      "description_of_goods": "string",
      "package_length_cms": 0,
      "package_width_cms": 0,
      "package_height_cms": 0,
      "is_dgr": true,
      "dgr_number": "string",
      "dgr_class": "string",
      "dgr_packing_group": "string",
      "dgr_description": "string",
      "package_item_list": [
        {
          "HTS_number": "string",
          "item_name": "string",
          "po_no": "string",
          "po_item_no": "string",
          "source_item_id": "string"
        }
      ]
    }
  ],
  "shipment_legs": [
    {
      "arrival_actual": "string",
      "arrival_estimated": "string",
      "carrier_scac": "string",
      "arrival_port": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "departure_actual": "string",
      "departure_estimated": "string",
      "lading_port": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "leg_sequence_number": "string",
      "leg_type": "Main",
      "vessel_Lloyds_IMO": "string",
      "transport_mode": "AIR",
      "voyage_number": "string",
      "vessel_name": "string"
    }
  ],
  "event": {
    "event_code": "string",
    "event_description": "string",
    "estimated_event_date": "2023-05-29T00:00:00",
    "actual_event_date": "2023-05-29T00:00:00"
  },
  "security_filings": [
    {
      "filing_type": "ISF10",
      "filing_id": "string",
      "filing_date": "2023-05-29T00:00:00",
      "filing_status": "Completed",
      "filing_result": "string",
      "reference_number": "string",
      "vessel_name": "string",
      "voyage_number": "string",
      "departure_estimated": "2023-05-29T00:00:00",
      "arrival_estimated": "2023-05-29T00:00:00",
      "carrier_scac": "string",
      "forwardor_scac": "string",
      "transport_mode": "AIR",
      "containerization_type": "FCL",
      "containers": [
        {
          "type_code": "string",
          "container_number": "string",
          "container_type": "string",
          "container_height": "string",
          "container_length": "string",
          "reefer_flag": "string",
          "avg_temp_value": "string",
          "avg_temp_unit": "TC"
        }
      ],
      "origin_country": "string",
      "commodities": [
        {
          "HTS_number": "string"
        }
      ],
      "lading_port": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "arrival_port": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "delivery_place": {
        "unlocode": "string",
        "iata_code": "string",
        "country_code": "string",
        "description": "string"
      },
      "addresses": [
        {
          "name": "string",
          "country": "string",
          "address_1": "string",
          "address_2": "string",
          "city": "string",
          "state": "string",
          "full_address": "string",
          "format_address": "string",
          "postal_code": "string",
          "source_party_id": "string",
          "address_type": "BUY",
          "government_assigned_id": "string",
          "government_assigned_id_type": "string"
        }
      ],
      "bills_of_lading": [
        {
          "house_bill": "string",
          "master_bill": "string"
        }
      ],
      "filing_by": "string"
    }
  ]
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
agent_referencestringtruenoneBooking ID geerated by system
booking_submitted_actualstringtruenoneactual booking submitted date
cargo_ready_estimatedstring(date-time)truenoneestimated cargo ready date
departure_estimatedstring(date-time)truenoneETD
arrival_estimatedstring(date-time)truenoneETA
inco_termstringtruenoneINCOTERM, such as FOB,DDP,etc.
carrier_scacstringfalsenoneCarrier's Standard Carrier Alpha Code (SCAC)
containerization_typestringtruenoneHow the shipment will be containerized
freight_payment_termsstringtruenoneThe terms by which the freight will be paid,
house_billstringfalsenoneHBL
master_billstringfalsenoneMBL
vessel_namestringfalsenoneName of vessel
voyage_numberstringfalsenoneVoyage or flight number
transport_modestringtruenoneTransportation mode
release_typestringfalsenoneB/L release type
po_numbersstringfalsenonePO number related to shipment
booking_referencestringfalsenonenone
co_load_bill_of_ladingstringfalsenonenone
shipper_referencestringfalsenonenone
total_package_numnumberfalsenonetotal package quantity
total_gross_weight_kgsnumberfalsenonetotal gross weight
total_volume_cbmsnumberfalsenonetotal volume
chargeable_weightnumberfalsenoneonly for air shipment
dimensional_weightnumberfalsenoneonly for air shipment
cancelledbooleantruenonenone
inco_term_place[location]truenonenone
co_loaderobjectfalsenoneCo-loader's information
» namestringfalsenonename of address
» format_addressstringfalsenoneoutput standard address format by automated address validation process
» source_party_idstringfalsenoneidentifior of the party in Everok platform
origin_port[location]falsenonenone
lading_port[location]truenonenone
arrival_port[location]truenonenone
delivery_place[location]truenonenone
carrierobjectfalsenoneinformation of party who physically transporting the shipment
» namestringfalsenonename of address
» format_addressstringfalsenoneoutput standard address format by automated address validation process
» source_party_idstringfalsenoneidentifior of the party in Everok platform
shipperobjecttruenoneshipper info
» namestringfalsenonename of address
» countrystringfalsenone2 character ISO country code
» address_1stringfalsenonestreet and street number
» address_2stringfalsenonebuilding number if any
» citystringfalsenonecity name
» statestringfalsenonestate or province name
» full_addressstringfalsenoneoriginal address text from customer
» format_addressstringfalsenoneoutput standard address format by automated address validation process
» postal_codestringfalsenonepostal code
» source_party_idstringfalsenoneidentifior of the party in Everok platform
consigneeobjecttruenoneconsigee info
» namestringfalsenonename of address
» countrystringfalsenone2 character ISO country code
» address_1stringfalsenonestreet and street number
» address_2stringfalsenonebuilding number if any
» citystringfalsenonecity name
» statestringfalsenonestate or province name
» full_addressstringfalsenoneoriginal address text from customer
» format_addressstringfalsenoneoutput standard address format by automated address validation process
» postal_codestringfalsenonepostal code
» source_party_idstringfalsenoneidentifior of the party in Everok platform
notify_partyobjecttruenonenotified party info
» namestringfalsenonename of address
» countrystringfalsenone2 character ISO country code
» address_1stringfalsenonestreet and street number
» address_2stringfalsenonebuilding number if any
» citystringfalsenonecity name
» statestringfalsenonestate or province name
» full_addressstringfalsenoneoriginal address text from customer
» format_addressstringfalsenoneoutput standard address format by automated address validation process
» postal_codestringfalsenonepostal code
» source_party_idstringfalsenoneidentifior of the party in Everok platform
revenue_invoices[invoice]falsenoneThe invoices from the service provider to the shipper.
containers[container]falsenoneContainers on the shipment
package_groups[package group]truenoneCollections of identical packages
shipment_legs[shipment leg]falsenoneArray of shipment segments that the shipment will take
eventeventfalsenoneevent during shipment
security_filings[security filing]falsenonenone

Enum

NameValue
containerization_typeFCL
containerization_typeLCL
containerization_typeBreak Bulk Cargo
containerization_typeRORO
freight_payment_termsCC
freight_payment_termsPP
transport_modeAIR
transport_modeSEA
transport_modeRAIL
transport_modeROAD
release_typeOriginal
release_typeFCR
release_typeTelex Released

security filing

{
  "filing_type": "ISF10",
  "filing_id": "string",
  "filing_date": "2023-05-29T00:00:00",
  "filing_status": "Completed",
  "filing_result": "string",
  "reference_number": "string",
  "vessel_name": "string",
  "voyage_number": "string",
  "departure_estimated": "2023-05-29T00:00:00",
  "arrival_estimated": "2023-05-29T00:00:00",
  "carrier_scac": "string",
  "forwardor_scac": "string",
  "transport_mode": "AIR",
  "containerization_type": "FCL",
  "containers": [
    {
      "type_code": "string",
      "container_number": "string",
      "container_type": "string",
      "container_height": "string",
      "container_length": "string",
      "reefer_flag": "string",
      "avg_temp_value": "string",
      "avg_temp_unit": "TC"
    }
  ],
  "origin_country": "string",
  "commodities": [
    {
      "HTS_number": "string"
    }
  ],
  "lading_port": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "arrival_port": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "delivery_place": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "addresses": [
    {
      "name": "string",
      "country": "string",
      "address_1": "string",
      "address_2": "string",
      "city": "string",
      "state": "string",
      "full_address": "string",
      "format_address": "string",
      "postal_code": "string",
      "source_party_id": "string",
      "address_type": "BUY",
      "government_assigned_id": "string",
      "government_assigned_id_type": "string"
    }
  ],
  "bills_of_lading": [
    {
      "house_bill": "string",
      "master_bill": "string"
    }
  ],
  "filing_by": "string"
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
filing_typestringtruenonesecurity filing type, only ISF10 and ISF5 supported at current phase
filing_idstringtruenonefiling ID from Customs
filing_datestring(date-time)truenonefiling completion date
filing_statusstringtruenonenone
filing_resultstringtruenonetext result from Customs
reference_numberstringtruenonerelative shipment ID
vessel_namestringtruenoneName of vessel
voyage_numberstringtruenoneVoyage or flight number
departure_estimatedstring(date-time)truenoneETD
arrival_estimatedstring(date-time)truenoneETA
carrier_scacstringtruenoneCarrier's Standard Carrier Alpha Code (SCAC)
forwardor_scacstringtruenoneForwardor's Standard Carrier Alpha Code (SCAC)
transport_modestringtruenoneTransportation mode
containerization_typestringtruenoneHow the shipment will be containerized
containers[container]truenoneContainer's info
» type_codestringfalsenoneISO 6346 container type code (like 20GP)
» container_numberstringtruenoneidentifying container number (including SCAC prefix)
» container_typestringfalsenonecontainer type, such as TRL (Trailer) , TRLCAR (Car Trailer) , TRLFLA (Flat Trailer) , TRLSEM (Semi-Trailer) , TRLSBY (Swap Body)
» container_heightstringfalsenoneheight of container
» container_lengthstringfalsenonelength of container
» reefer_flagstringfalsenonereefer flag on container
» avg_temp_valuestringfalsenoneAverage Temperature
» avg_temp_unitstringfalsenoneTemperature Unit of Measure
origin_countrystringtruenone2 character ISO country code
commodities[commodity]truenoneCommodity's info
lading_port[location]truenonenone
arrival_port[location]truenonenone
delivery_place[location]truenonenone
addresses[address]truenoneInvolved parties information
» namestringfalsenonename of address
» countrystringfalsenone2 character ISO country code
» address_1stringfalsenonestreet and street number
» address_2stringfalsenonebuilding number if any
» citystringfalsenonecity name
» statestringfalsenonestate or province name
» full_addressstringfalsenoneoriginal address text from customer
» format_addressstringfalsenoneoutput standard address format by automated address validation process
» postal_codestringfalsenonepostal code
» source_party_idstringfalsenoneidentifior of the party in Everok platform
» address_typestringfalsenonedifferent address type, such as importer, consignee, shipper, notify party, etc.
» government_assigned_idstringfalsenonenumber assigned by government, such as EIN
» government_assigned_id_typestringfalsenonetype of the assigned number
bills_of_lading[object]truenoneB/L
» house_billstringfalsenonenone
» master_billstringfalsenonenone
filing_bystringtruenonenone

Enum

NameValue
filing_typeISF10
filing_typeISF5
filing_statusCompleted
filing_statusDeclared
filing_statusWaiting
transport_modeAIR
transport_modeSEA
transport_modeRAIL
transport_modeROAD
containerization_typeFCL
containerization_typeLCL
containerization_typeBreak Bulk Cargo
containerization_typeRORO
avg_temp_unitTC
avg_temp_unitTF
address_typeBUY
address_typeCSG
address_typeCSS
address_typeCTS
address_typeIMP
address_typeMNF
address_typeSEL
address_typeSTP
address_typeBKP

commodity

{
  "HTS_number": "string",
  "item_name": "string",
  "po_no": "string",
  "po_item_no": "string",
  "source_item_id": "string"
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
HTS_numberstringtruenonenone
item_namestringfalsenoneitem name
po_nostringfalsenonepo number
po_item_nostringfalsenonepo item number
source_item_idstringfalsenonesource item id

event

{
  "event_code": "string",
  "event_description": "string",
  "estimated_event_date": "2023-05-29T00:00:00",
  "actual_event_date": "2023-05-29T00:00:00"
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
event_codestringtruenonecode of event during whole bill
event_descriptionstringfalsenonenone
estimated_event_datestring(date-time)falsenoneestimated event date
actual_event_datestring(date-time)falsenoneactual event date

shipment leg

{
  "arrival_actual": "string",
  "arrival_estimated": "string",
  "carrier_scac": "string",
  "arrival_port": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "departure_actual": "string",
  "departure_estimated": "string",
  "lading_port": {
    "unlocode": "string",
    "iata_code": "string",
    "country_code": "string",
    "description": "string"
  },
  "leg_sequence_number": "string",
  "leg_type": "Main",
  "vessel_Lloyds_IMO": "string",
  "transport_mode": "AIR",
  "voyage_number": "string",
  "vessel_name": "string"
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
arrival_actualstringtruenoneATA
arrival_estimatedstringtruenoneETA
carrier_scacstringtruenoneCarrier's Standard Carrier Alpha Code (SCAC)
arrival_port[location]truenonenone
departure_actualstringtruenoneATD
departure_estimatedstringtruenoneETD
lading_port[location]truenonenone
leg_sequence_numberstringtruenoneThe order of this leg in the context of the whole shipment
leg_typestringtruenonetype of shipment leg, could be main shipment or pre-carriage shipment
vessel_Lloyds_IMOstringfalsenonevessel IMO number
transport_modestringtruenoneTransportation mode
voyage_numberstringtruenoneVoyage or flight number
vessel_namestringtruenoneName of vessel

Enum

NameValue
leg_typeMain
leg_typePreCarriage
transport_modeAIR
transport_modeSEA
transport_modeRAIL
transport_modeROAD

package group

{
  "volume_cbms": 0,
  "gross_weight_kgs": 0,
  "package_type_description": "string",
  "package_type_code": "string",
  "package_quantity": 0,
  "source_container_id": "string",
  "marks_and_numbers": "string",
  "description_of_goods": "string",
  "package_length_cms": 0,
  "package_width_cms": 0,
  "package_height_cms": 0,
  "is_dgr": true,
  "dgr_number": "string",
  "dgr_class": "string",
  "dgr_packing_group": "string",
  "dgr_description": "string",
  "package_item_list": [
    {
      "HTS_number": "string",
      "item_name": "string",
      "po_no": "string",
      "po_item_no": "string",
      "source_item_id": "string"
    }
  ]
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
volume_cbmsnumbertruenoneThe total volume of all of the packages in the group
gross_weight_kgsnumbertruenoneThe total gross weight of all of the packages in the group
package_type_descriptionstringtruenoneDescription of the type of packaging
package_type_codestringtruenoneThe code that represents the type of packaging
package_quantitynumbertruenoneThe total number of packages within the group.
source_container_idstringtruenoneUse to associate to package group
marks_and_numbersstringtruenoneMarks and numbers on the packages
description_of_goodsstringtruenoneDescription of the goods within the packaging
package_length_cmsnumberfalsenoneThe length of the package group measured in centimeters.
package_width_cmsnumberfalsenoneThe width of the package group measured in centimeters.
package_height_cmsnumberfalsenoneThe height of the package group measured in centimeters.
is_dgrbooleanfalsenoneDangerous item flag
dgr_numberstringfalsenoneUN number
dgr_classstringfalsenoneUN transport hazard class
dgr_packing_groupstringfalsenonePacking group
dgr_descriptionstringfalsenoneUN proper shipping name
package_item_list[commodity]falsenonePackage item list

container

{
  "type_code": "string",
  "container_number": "string",
  "delivery_mode": "string",
  "seal_1": "string",
  "source_container_id": "string",
  "po_number": "string",
  "container_type": "string",
  "container_height": "string",
  "container_length": "string",
  "reefer_flag": "string",
  "avg_temp_value": "string",
  "avg_temp_unit": "TC"
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
type_codestringfalsenoneISO 6346 container type code (like 20GP)
container_numberstringtruenoneidentifying container number (including SCAC prefix)
delivery_modestringtruenonethe mode of delivery like CY/CY, CFS/CY, etc.
seal_1stringfalsenonecontainer seal number
source_container_idstringfalsenonelinkage between package group and container
po_numberstringfalsenonerelative PO number
container_typestringfalsenonecontainer type, such as TRL (Trailer) , TRLCAR (Car Trailer) , TRLFLA (Flat Trailer) , TRLSEM (Semi-Trailer) , TRLSBY (Swap Body)
container_heightstringfalsenoneheight of container
container_lengthstringfalsenonelength of container
reefer_flagstringfalsenonereefer flag on container
avg_temp_valuestringfalsenoneAverage Temperature
avg_temp_unitstringfalsenoneTemperature Unit of Measure

Enum

NameValue
avg_temp_unitTC
avg_temp_unitTF

invoice

{
  "invoice_number": "string",
  "issued_date": "2019-08-24T14:15:22Z",
  "total_due": 0,
  "invoice_lines": [
    {
      "currency": "string",
      "line_number": 0,
      "charge_code": "string",
      "description": "string",
      "total_cost": 0
    }
  ]
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
invoice_numberstringtruenoneunique invoice number
issued_datestring(date-time)truenone2023-05-29T00:00:00invoice issued date
total_duenumbertruenonetotal amount of invoice
invoice_lines[invoice line]falsenonenone

invoice line

{
  "currency": "string",
  "line_number": 0,
  "charge_code": "string",
  "description": "string",
  "total_cost": 0
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
currencystringtruenoneThe 3-character ISO 4217 currency code of the currency
line_numberintegertruenonesequence number for each line
charge_codestringtruenonecharge code generated by the issuer
descriptionstringfalsenonedescription of invoice line
total_costnumbertruenonetotal amount for line

location

{
  "unlocode": "string",
  "iata_code": "string",
  "country_code": "string",
  "description": "string"
}

Attribute

NameTypeRequiredRestrictionsTitleDescription
unlocodestringtruenonevalid UN/LOCODE
iata_codestringfalsenone3 digits IATA code for airline case
country_codestringfalsenone2-ISO country code
descriptionstringfalsenoneDescription of location
Last update:
Contributors: layne