INPUT_OBJECT

UpdateConsigneeInput

The update consignee input

link GraphQL Schema definition

  • input UpdateConsigneeInput {
  • # The client's unique identifier for the consignee
  • cid: ID
  • # The consignee's Importer of Record Number.
  • iorNumber: String
  • # The consignee's address.
  • address: AddressInput
  • # The consignee's name.
  • name: String
  • # The consignee's phone number.
  • phone: PhoneInput
  • # The consignee's DUNS number.
  • duns: DUNS
  • # The consignee's DUNS number is unknown.
  • unknownDUNS: Boolean
  • # The consignee's email.
  • email: Email
  • # The consignee is an individual.
  • isIndividual: Boolean
  • # The name of the officer of the company.
  • officerName: String
  • # The title of the officer of the company.
  • officerTitle: String
  • # The company's organizational structure.
  • structure: Structure
  • }

link Require by