ENUM

InspectionStatus

link GraphQL Schema definition

  • enum InspectionStatus {
  • # Request for inspection
  • R
  • # Inspection previously scheduled
  • S
  • # Inspection previously performed
  • P
  • # Lab testing previously performed
  • L
  • # BTA anticipated arrival information
  • A
  • # Product location for regulatory authority inspection
  • I
  • # Indicates product coming from Foreign Trade Zone (For FDA Type 21)
  • F
  • }