INPUT_OBJECT
CreateImporterInput
Create an importer of record. See https://help.inlt.com/customs-brokerage/who-is-the-importer-of-record.
link GraphQL Schema definition
- input CreateImporterInput {
- # The client's unique identifier for an importer
- : ID
- # The name of the importer
- : String!
- # The Importer's Employer Identification Number (EIN), Social Security Number
- # (SSN), or CBP-assigned importer number.
- : String
- # The point of contact at the importer.
- # Used by: EPA, FDA, NHTSA
- : POCInput
- # The Importer's mailing address.
- : AddressInput
- # The Importer's physical address.
- : AddressInput
- # The Doing-Business-As (DBA) name of the Importer.
- : String
- # Whether the POA will be direct or indirect (master and sub).
- : POAMethod!
- # The company's organizational structure.
- : Structure
- # The Importers's DUNS number.
- : 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
- # The importer's email.
- : Email
- # The importer's Phone.
- : PhoneInput
- }