INPUT_OBJECT
UpdateImporterInput
link GraphQL Schema definition
- input UpdateImporterInput {
- # 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.
- IORNumber :
- # The point of contact at the importer.
- 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 Importers's DUNS number is unknown.
- Boolean :
- # 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 number and extension.
- PhoneInput :
- # The importer's fax number.
- String :
- # An individual importer's birth date
- DateTime :
- # When an individual importer's consignee imports personal effects
- Boolean :
- # An individual importer's passport number
- String :
- # An individual importer's passport country code
- CountryCode :
- # An individual importer's foreign location.
- AddressInput :
- # An individual importer's new US location.
- AddressInput :
- # The importer's vertical. (For team use only)
- Vertical :
- }