INPUT_OBJECT
CreateShipmentInput
Create a shipment. Used to file an ISF, entry, and/or in-bond. See https://help.inlt.com/customs-brokerage/what-is-an-entry.
link GraphQL Schema definition
- input CreateShipmentInput {
- # The client's unique identifier for a shipment
- String :
- # The ID of the importer associated with the shipment.
- KeyInput! :
- # The mode of transport of the shipment.
- MOT! :
- # Data relating to an IT In-Bond movement for the shipment
- EntryInBondInfoInput :
- # The name of the conveyance or vessel. Required for entry.
- String :
- # An ID referring to an existing Consignee entity (do not include if same as the
- # Importer). A foreign Importer must designate a US Consignee. Required for entry
- # and ISF.
- KeyInput :
- # An ID referring to an existing Location entity (do not include if same as the
- # Importer). Required for entry and ISF.
- KeyInput :
- # The US 2-letter state code of the shipment's final destination. Required for
- # entry.
- String :
- # The country code of the exporting country. Required for entry.
- CountryCode :
- # The export date. Required for entry.
- Date :
- # The FIRMS code of the container freight station (CFS) or terminal at the port of
- # entry.
- FIRMSCode :
- # The gross weight of the shipment. Required for entry.
- Float :
- # The date the shipment physically arrives in the US. Required for entry.
- Date :
- # Purchase order (PO) numbers associated with the shipment.
- String!] : [
- # The shipment's US port of unlading. Required for entry.
- CBPPortCode :
- # The shipment's foreign port of lading. Required for entry.
- ForeignPortCode :
- # The shipment's last free day (LFD) at the arrival port's terminal.
- Date :
- # The ID of the delivery location, an existing Location entity.
- KeyInput :
- # The shipment's voyage, flight, or trip number. Required for entry.
- String :
- # The ID of the consolidator, an existing Location. Required for the ISF.
- KeyInput :
- # The ID of the ISF stuffing location, an existing Location. Required for the ISF.
- KeyInput :
- # Information associated with the ship-to location, an existing Location entity.
- # Required for the ISF.
- KeyInput :
- # Commercial invoices associated with the shipment. Required for entry.
- CommercialInvoiceInput!] : [
- # Master bills associated with the shipment. Required for entry and ISF.
- MasterBillInput!] : [
- # Containers associated with the shipment. Required for entry if shipment is
- # containerized.
- ContainerInput!] : [
- # ISF Seller IDs for existing Supplier records. Required for ISF.
- KeyInput!] : [
- # ISF Product IDs associated with the shipment. Required for ISF.
- ISFProductInput!] : [
- }