OBJECT

HTSFee

Tax or fee required by an HTS number. See https://help.inlt.com/customs-brokerage/duties-taxes-and-fees.

link GraphQL Schema definition

  • type HTSFee {
  • # Fee class code defined in CATAIR.
  • class: String
  • # Whether the fee is considered a tax or fee by CBP.
  • type: HTSFeeType
  • # Fee name.
  • name: String
  • # Fee computation code.
  • rateCode: String
  • # Readable fee calculation formula.
  • rateString: String
  • # Rate object used to calculate fee.
  • rate: HTSRate
  • # Whether the fee is required or may be disclaimed.
  • required: Boolean
  • }

link Require by