ENUM

ShipmentDocRejectionCode

Reasons why INLT may reject a shipment doc

link GraphQL Schema definition

  • enum ShipmentDocRejectionCode {
  • # The document is not relevant to the shipment
  • NOT_ASSOCIATED
  • # INLT is unable to parse the document
  • ILLEGIBLE
  • # The document is not in English
  • NEEDS_TRANSLATION
  • # The document is missing essential data
  • MISSING_INFORMATION
  • }