OBJECT
ShipmentEventBody
link GraphQL Schema definition
- type ShipmentEventBody {
- # The Shipment associated with the event
- Shipment :
- # The reason a document was rejected
- ShipmentRejectionReason :
- # A description of the action to take
- String :
- # The document associated with the event
- String :
- # The name of the client user associated with the event
- String :
- # The name of the INLT user associated with the event
- String :
- # Narrative error message text from CBP
- String :
- # A code that indentifies the error message
- ID :
- # The URL to visit in order to confirm an entry
- URL :
- # The name of the user who canceled a shipment
- String :
- }