OBJECT

EntryLine

link GraphQL Schema definition

  • type EntryLine {
  • # Line item description
  • 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
  • originCountryCode: CountryCode
  • # The origin province of the line item.
  • originProvinceCode: String
  • # The line item manufacturer
  • manufacturer: Supplier
  • # A code representing a special programs indicator (SPI).
  • spi: String
  • # The Tariffs associated with a line item.
  • tariffs: [Tariff!]
  • # The duty owed on a line.
  • duty: Money
  • # The tax owed on a line.
  • tax: Money
  • # The fees owed on a line.
  • fee: Money
  • }