ENUM

ImporterStatus

Importer activation status

link GraphQL Schema definition

  • enum ImporterStatus {
  • # Pending master POA, sub POA, and corporate certification
  • PENDING_MASTER_SUB_CERT
  • # Pending master POA and sub POA
  • PENDING_MASTER_SUB
  • # Pending master POA
  • PENDING_MASTER
  • # Pending sub POA
  • PENDING_SUB
  • # Pending direct POA and corporate certification
  • PENDING_DIRECT_CERT
  • # Pending direct POA
  • PENDING_DIRECT
  • # Pending corporate certification
  • PENDING_CERT
  • # Pending master POA and corporate certification
  • PENDING_MASTER_CERT
  • # Pending sub POA and corporate certification
  • PENDING_SUB_CERT
  • # Waiting on INLT team to approve POA signature
  • PENDING_ACTIVATION
  • # INLT has a pending question on a POA that is preventing activation
  • PENDING_INQUIRY
  • # Importer has been activated
  • ACTIVATED
  • }