OBJECT

ShipmentEventBody

link GraphQL Schema definition

  • type ShipmentEventBody {
  • # The Shipment associated with the event
  • shipment: Shipment
  • # The reason a document was rejected
  • rejectionCode: ShipmentRejectionReason
  • # A description of the action to take
  • text: String
  • # The document associated with the event
  • filename: String
  • # The name of the client user associated with the event
  • clientUserName: String
  • # The name of the INLT user associated with the event
  • brokerUserName: String
  • # Narrative error message text from CBP
  • errorMessage: String
  • # A code that indentifies the error message
  • errorCode: ID
  • # The URL to visit in order to confirm an entry
  • confirmURL: URL
  • # The name of the user who canceled a shipment
  • canceledBy: String
  • }

link Require by