OBJECT

HTSPayload

link GraphQL Schema definition

  • type HTSPayload {
  • # INLT HTS ID
  • id: ID!
  • # HTS number.
  • number: String!
  • # HTS version number.
  • version: Int!
  • # CBP description of Tariff.
  • text: String!
  • # Longer description of Tariff.
  • description: String
  • # Additional Tariff may be required.
  • additionalHTS: Boolean
  • # The additional HTS number that may be required.
  • additionalHTSNumber: HTSNumber
  • # May be subject to a quota.
  • quota: Boolean
  • # May be subject to anti-dumping duties.
  • ad: Boolean
  • # May be subject to countervailing duties.
  • cv: Boolean
  • # Beginning effective date.
  • startDate: String
  • # Ending effective date.
  • endDate: String
  • # License code required on Line.
  • licenseCode: String
  • # License name required on Line
  • licenseName: String
  • # Textile code.
  • textile: String
  • # Fees required, also used for taxes.
  • fees: [HTSFee!]
  • # Required unit of measure reporting quantities.
  • uom: [String!]
  • # Duty computation code.
  • rateCode: String
  • # Readable duty calculation formula.
  • rateString: String
  • # Rate object used to calculate duty.
  • rate: HTSRate
  • # Special Program Indicators available to use, subject to country of origin.
  • spi: [SPI!]
  • # Country of origin codes not permitted to use with the Generalized System of
  • # Preferences SPI (A*).
  • gspExcluded: [String!]
  • # Additional HTS number requirements. Typically added as the first Tariff of a
  • # Line.
  • additional: [AdditionalHTS!]
  • # Anti-dumping and Countervailing duty (ADD/CVD) active case numbers for this HTS
  • # nubmer
  • cases: [CasePayload!]
  • # Partner Government Agency data potentially required on an entry.
  • pga: [PGARequirement!]
  • # Section 301 (Trump Tariffs) list number.
  • trumpList: String
  • # Restrictions on HTS number usage.
  • restrictions: HTSRestrictions
  • }