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