ENUM

ShipmentRejectionReason

link GraphQL Schema definition

  • enum ShipmentRejectionReason {
  • # The document is not associated with this shipment
  • NOT_ASSOCIATED
  • # The document is illegible
  • ILLEGIBLE
  • # The document is not in English and needs to be translated
  • NEEDS_TRANSLATION
  • # The document is missing required information
  • MISSING_INFORMATION
  • }