OBJECT
Address
Represents the address of an entity.
link GraphQL Schema definition
- type Address {
- # 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 :
- }
link Require by
- ConsigneeRepresents a consignee entity.
- ForwarderRepresents a forwarder entity.
- ImporterRepresents an Importer of Record with Customs. Used to create shipments and products. See https://help.inlt.com/customs-brokerage-knowledge-center/who-is-the-importer-of-record
- LocationRepresents a location entity.
- SupplierRepresents a supplier entity.
- TruckerRepresents a trucker entity.