OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Get a shipment by ID
- #
- # Arguments
- # key: INLT's unique shipment ID
- KeyInput!): Shipment ( :
- # Query an HTS number by INLT ID.
- #
- # Arguments
- # id: INLT HTS ID
- ID!): HTSPayload ( :
- # Query an HTS number by number.
- #
- # Arguments
- # number: HTS Number
- String!): HTSPayload ( :
- # Query an AD/CVD case number (Anti-Dumping/Countervailing Duties)
- #
- # Arguments
- # id: Case Number
- CaseNumber!): CasePayload ( :
- # Get a consignee by key
- #
- # Arguments
- # key: The unique key for the consignee
- KeyInput!): Consignee ( :
- # Get an importer by key
- #
- # Arguments
- # key: The unique key for the importer
- KeyInput!): Importer ( :
- # Get an invoice by ID. NOTE: Only INLT IDs are currently supported for invoices.
- # CIDs will be rejected.
- #
- # Arguments
- # key: INLT's unique invoice ID
- KeyInput!): Invoice ( :
- # Get a location by ID
- #
- # Arguments
- # key: INLT's unique location ID
- KeyInput!): Location ( :
- # Get a product by Key
- #
- # Arguments
- # key: INLT's unique product ID
- KeyInput!): Product ( :
- # Global search for INLT records
- #
- # Arguments
- # query: Query string, see
- # https://help.inlt.com/customs-brokerage/using-the-universal-search-tool
- String!): SearchPayload ( :
- # Get a supplier by ID
- #
- # Arguments
- # key: INLT's unique supplier ID
- KeyInput!): Supplier ( :
- # Get a trucker by key
- #
- # Arguments
- # key: The unique key for the trucker
- KeyInput!): Trucker ( :
- # Arguments
- # txId:
- ID!): AMSQueryResult! ( :
- }
link Require by
This element is not required by anyone