INPUT_OBJECT
AddressInput
Represents the address of an entity.
link GraphQL Schema definition
- input AddressInput {
- # A street address.
- String :
- # The name of the city, district, village, or town of the address.
- String :
- # The zip or postal code of the address.
- String :
- # The province, state, or district of the address as defined in ISO 3166-1
- # alpha-2.
- String :
- # The country of the address.
- CountryCode :
- # (Optional) An address's address type
- AddressType :
- }
link Require by
- CreateConsigneeInputThe create consignee input
- CreateImporterInputCreate an importer of record. See https://help.inlt.com/customs-brokerage/who-is-the-importer-of-record.
- CreateLocationInputRepresents a Location entity.
- CreateSupplierInputRepresents a Supplier entity.
- CreateTruckerInputRepresents the fields available when creating a trucker
- UpdateConsigneeInputThe update consignee input
- UpdateForwarderInputRepresents a forwarder entity.
- UpdateImporterInput
- UpdateLocationInputRepresents a Location entity.
- UpdateSupplierInputRepresents a Supplier entity.
- UpdateTruckerInputRepresents the fields available when updating a trucker