INPUT_OBJECT

UpdateImporterInput

link GraphQL Schema definition

  • input UpdateImporterInput {
  • # 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: IORNumber
  • # The point of contact at the importer.
  • 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 Importers's DUNS number is unknown.
  • unknownDUNS: 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: PayerUnitNumber
  • # The importer's email.
  • email: Email
  • # The importer's phone number and extension.
  • phone: PhoneInput
  • # The importer's fax number.
  • fax: String
  • # An individual importer's birth date
  • birthDate: DateTime
  • # When an individual importer's consignee imports personal effects
  • personalEffects: Boolean
  • # An individual importer's passport number
  • passportNumber: String
  • # An individual importer's passport country code
  • passportCountryCode: CountryCode
  • # An individual importer's foreign location.
  • lastForeignAddress: AddressInput
  • # An individual importer's new US location.
  • newUSAddress: AddressInput
  • # The importer's vertical. (For team use only)
  • vertical: Vertical
  • }

link Require by