INPUT_OBJECT
UpdateConsigneeInput
The update consignee input
link GraphQL Schema definition
- input UpdateConsigneeInput {
- # The client's unique identifier for the consignee
- : ID
- # The consignee's Importer of Record Number.
- : String
- # The consignee's address.
- : AddressInput
- # The consignee's name.
- : String
- # The consignee's phone number.
- : PhoneInput
- # The consignee's DUNS number.
- : DUNS
- # The consignee's DUNS number is unknown.
- : Boolean
- # The consignee's email.
- : Email
- # The consignee is an individual.
- : Boolean
- # The name of the officer of the company.
- : String
- # The title of the officer of the company.
- : String
- # The company's organizational structure.
- : Structure
- }