INPUT_OBJECT

EntryLineInput

link GraphQL Schema definition

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