OBJECT
AMSQueryResponse
link GraphQL Schema definition
- type AMSQueryResponse {
- # Ocean transaction information for the AMS query
- : [AMSQueryOceanTransaction!]
- # The AMS query's US port of entry.
- : String
- # Miscellaneous information regarding the AMS query
- : AMSQueryInfo
- # Flight transaction information for the AMS query
- : [AMSQueryFlightTransaction!]
- # The AMS query's flight information
- : [AMSQueryFlight!]
- # The AMS query's trip ID
- : ID
- # The AMS query's conveyance/carrier name
- : String
- # The shipment's arrival time
- : String
- # The AMS query's carrier code
- : String
- # In bond information associated with the AMS query
- : AMSQueryInBond
- # The AMS query's arrival information
- : [AMSQueryArrival!]
- }