Create or update an ISF worksheet. Worksheet will be attached to an existing shipment or a new shipment will be created. Note that filing the ISF and creating a shipment if necessary is an asynchronous process that will be completed after the API call concludes.
required | object (IsfWorksheetHeader) Context related to an Importer Security Filing | ||||||||
required | object or object (IsfWorksheetBillNumbers) | ||||||||
required | object (IsfWorksheetReferenceIdentifiers) List of additional identifiers associated with this ISF. Refer to CBP's documentation for the full definitions and requirements for each identifier. | ||||||||
object (IsfWorksheetShipmentInformation) Shipment information | |||||||||
required | Array of objects (IsfWorksheetEntity) List of entities associated with this ISF | ||||||||
Array | |||||||||
object (IsfWorksheetAdditionalServices) Which additional services Flexport needs to provide for this shipment. If this API is called, Flexport will always perform the importer security filing service. Services not explicitly set will fall back to the defaults as configured in your preferences. | |||||||||
object (IsfWorksheetMetadata) Metadata for an ISF worksheet | |||||||||
|
Success
Bad Request
Internal Server Error
{- "header": {
- "bond_holder": "10-1860000012",
- "bond_activity_code": "IMPORTER_OR_BROKER",
- "bond_type": "CONTINUOUS",
- "mode_of_transport": "VESSEL_NON_CONTAINER",
- "shipment_type": "STANDARD_OR_REGULAR_FILINGS",
- "submission_type": "ISF_10",
- "scac": null
}, - "bill_numbers": {
- "regular_bill_of_lading_number": "ABCD1234567"
}, - "reference_identifiers": {
- "us_cbp_entry_number": "CHQ12345678",
- "carnet_issuing_country_code_and_carnet_number": "US 89/09-SAMPLE",
- "bond_reference_number": "5469846315",
- "surety_code": "016",
- "user_defined_reference_number": "my-reference",
- "full_name_of_isf_filer": "Smith, John, J."
}, - "shipment_information": {
- "cargo_details": {
- "estimated_value": 0,
- "estimated_quantity": {
- "unit": "ALTERNATING_CURRENT",
- "value": 0
}, - "estimated_weight": {
- "unit": "KILOGRAM",
- "value": 0
}
}, - "ocean_freight_details": {
- "containers": [
- {
- "container_number": "ABCD1234560",
- "container_size": "FT_20",
- "container_type": "DRY",
- "seal_number": "SEAL-643"
}
], - "port_of_loading": {
- "name": "string",
- "schedule_d_code": "1001",
- "schedule_k_code": "24815",
- "un_lo_code": "USLAX",
- "estimated_time_of_arrival": "2024-01-01T16:15:30Z",
- "estimated_time_of_departure": "2024-01-15T10:15:30Z"
}, - "transshipment_ports": [
- {
- "name": "string",
- "schedule_d_code": "1001",
- "schedule_k_code": "24815",
- "un_lo_code": "USLAX",
- "estimated_time_of_arrival": "2024-01-01T16:15:30Z",
- "estimated_time_of_departure": "2024-01-15T10:15:30Z"
}
], - "port_of_unloading": {
- "name": "string",
- "schedule_d_code": "1001",
- "schedule_k_code": "24815",
- "un_lo_code": "USLAX",
- "estimated_time_of_arrival": "2024-01-01T16:15:30Z",
- "estimated_time_of_departure": "2024-01-15T10:15:30Z"
}, - "scac": "MAEU",
- "vessel": {
- "name": "string",
- "imo": 1234567
}, - "voyage_tracking_number": "012"
}, - "purchase_order_numbers": [
- "PO123456"
], - "shipment_sub_type": "SECTION_321",
- "skus": [
- "ABC-DEF-123456"
], - "forwarding_agent": {
- "name": "Flexport International LLC",
- "address_details": {
- "address_line_1": "ABC St",
- "address_line_2": "Suite 123",
- "city": "Los Angeles",
- "state_province": "CA",
- "postal_code": 90036,
- "country_code": "US"
}
}, - "incoterm": "CFR"
}, - "entities": [
- {
- "name": "Flexport",
- "entity_type": "MANUFACTURER_SUPPLIER",
- "entity_identifier": {
- "employer_identification_number": "52-218600000"
}, - "address_details": {
- "address_line_1": "ABC St",
- "address_line_2": "Suite 123",
- "city": "Los Angeles",
- "state_province": "CA",
- "postal_code": 90036,
- "country_code": "US"
}
}
], - "additional_services": {
- "import_customs": null
}, - "request_metadata": {
- "source_type": "API",
- "request_id": "266ea41d-adf5-480b-af50-15b940c2b846",
- "webhook_id": "a47606a1-5b39-4a81-9480-c2cb738ff675",
- "external_ref": "isf_worksheet_SCAC123456789.pdf"
}
}
{- "_object": "/api/response",
- "version": 3,
- "data": {
- "id": "b959dde5-d361-496f-9a92-6e39313ea680",
- "fid": "flx::customs:inbound-isf:b959dde5-d361-496f-9a92-6e39313ea680"
}
}