OBJECT

AMSQueryResponse

link GraphQL Schema definition

  • type AMSQueryResponse {
  • # Ocean transaction information for the AMS query
  • oceanTransaction: [AMSQueryOceanTransaction!]
  • # The AMS query's US port of entry.
  • portOfEntryCode: String
  • # Miscellaneous information regarding the AMS query
  • info: AMSQueryInfo
  • # Flight transaction information for the AMS query
  • flightTransaction: [AMSQueryFlightTransaction!]
  • # The AMS query's flight information
  • flight: [AMSQueryFlight!]
  • # The AMS query's trip ID
  • tripId: ID
  • # The AMS query's conveyance/carrier name
  • conveyanceName: String
  • # The shipment's arrival time
  • arrivalTime: String
  • # The AMS query's carrier code
  • carrierCode: String
  • # In bond information associated with the AMS query
  • inBond: AMSQueryInBond
  • # The AMS query's arrival information
  • arrival: [AMSQueryArrival!]
  • }