OBJECT

AMSQueryArrival

link GraphQL Schema definition

  • type AMSQueryArrival {
  • # The vessel's port of unlading
  • portOfUnlading: String
  • # The vessel's port of departure
  • vesselDeparturePort: String
  • # The shipment's actual port of unlading
  • actualPortOfUnlading: String
  • # The in-bond's original US port of entry
  • inBondOriginatingPort: String
  • # The in-bond destination's US port
  • inBondDestinationPort: String
  • # The AMS query's in-bond number
  • inBondNumber: String
  • # The vessel's departure date
  • vesselDepartureDate: String
  • }