OBJECT
Supplier
Represents a supplier entity.
link GraphQL Schema definition
- type Supplier implements Object {
- # The Supplier's INLT ID
- ID! :
- # The client's unique identifier
- ID :
- # The Supplier's Manufacturer Identification number. If this is not provided, INLT
- # will automatically generate a value.
- ID :
- # The Supplier's DUNS number.
- DUNS :
- # The Supplier's FDA Establishment Identification.
- String :
- # The Supplier's address.
- Address! :
- # The Supplier's name.
- String! :
- # The Supplier's phone number.
- Phone :
- # The Supplier's associated importers.
- Importer] : [
- # The supplier's URL on app.inlt.com
- URL :
- DateTime! :
- DateTime! :
- }
link Require by
- CommercialInvoice
- ConsolidatorThe consolidator record
- EntryLine
- ISFProduct
- 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
- SupplierPayload
- UpdateSupplierPayload