OBJECT
Location
Represents a location entity.
link GraphQL Schema definition
- type Location implements Object {
- # The location's INLT ID
- : ID!
- # The location's DUNS number.
- : DUNS
- # The client's unique identifier
- : ID
- # The Location's FDA Establishment Identification.
- : String
- # The Location's Employer Identification Number.
- : String
- # The Locations' address.
- : Address!
- # The Location's name.
- : String!
- # The Location's phone number.
- : Phone
- # The Location's email
- : Email
- # The Locations's associated importers.
- : [Importer]
- # The location's URL on app.inlt.com
- : URL
- # The Locations's created time as an ISO string.
- : DateTime!
- # The Locations's updated time as an ISO string.
- : DateTime!
- }
link Require by
- ConsolidatorThe consolidator record
- LocationPayload
- PGARepresents a Partnering Government Agency
- Query
- ShipmentAn importer's shipment. Used to file an ISF, entry, and/or in-bond. See https://help.inlt.com/customs-brokerage/what-is-an-entry.
- StuffingLocationThe stuffing location record
- UpdateLocationPayload