INPUT_OBJECT

CreateImporterInput

link GraphQL Schema definition

  • input CreateImporterInput {
  • # The client's unique identifier for an importer
  • cid: ID
  • # The name of the importer
  • name: String!
  • # The Importer's Employer Identification Number (EIN), Social Security Number
  • # (SSN), or CBP-assigned importer number.
  • iorNumber: String
  • # The point of contact at the importer.
  • # Used by: EPA, FDA, NHTSA
  • poc: POCInput
  • # The Importer's mailing address.
  • mailingAddress: AddressInput
  • # The Importer's physical address.
  • physicalAddress: AddressInput
  • # The Doing-Business-As (DBA) name of the Importer.
  • dba: String
  • # Whether the POA will be direct or indirect (master and sub).
  • poaMethod: POAMethod!
  • # The company's organizational structure.
  • structure: Structure
  • # The Importers's DUNS number.
  • duns: DUNS
  • # The unique payer unit number assigned by CPB to each direct ACH payer. See
  • # https://help.inlt.com/customs-brokerage/how-to-pay-your-duties-directly-to-customs-and-border-protection.
  • payerUnitNumber: PayerUnitNumber
  • # The importer's email.
  • email: Email
  • # The importer's Phone.
  • phone: PhoneInput
  • }

link Require by