INPUT_OBJECT
EntryLineInput
link GraphQL Schema definition
- input EntryLineInput {
- # Line item description. Required for entry.
- String :
- # The identifier/number for the applicable license, certificate, or permit for the
- # tariff.
- String :
- # The purchase order (PO) number of the line item.
- String :
- # The origin country of the line item. See
- # https://help.inlt.com/customs-brokerage/determining-country-of-origin. Required
- # for entry.
- CountryCode :
- # The Canadian origin province of the line item. Only used when originCountryCode
- # is CA
- String :
- # The ID of the line item manufacturer, an existing Supplier entity. Required for
- # entry and ISF.
- KeyInput :
- # A code representing a special programs indicator (SPI).
- String :
- # The Tariffs associated with a line item. Required for entry
- TariffInput!] : [
- }