OBJECT

AdditionalHTS

link GraphQL Schema definition

  • type AdditionalHTS {
  • # The reason for the additional HTS requirement
  • type: AdditionalHTSType
  • # The additional HTS number required on the Line
  • number: String!
  • # The additional HTS record required on the Line
  • hts: HTSPayload
  • # The additional HTS number required on the Line if over quota
  • overQuotaNumber: String
  • # The additional HTS record required on the Line if over quota
  • overQuotaHTS: HTSPayload
  • # The additional HTS number required on the Line if additional duties are required
  • # (AD/CVD). Used only on 8541.40.60 (solar Cells / Modules).
  • additionalDutiesNumber: String
  • # The additional HTS record required on the Line if addtional duties are required
  • # (AD/CVD). Used only on 8541.40.60 (solar Cells / Modules).
  • additionalDutiesHTS: HTSPayload
  • # The countries of origin subject to the additional HTS number requirement. Only
  • # one of includedCountryCodes and excludedCountryCodes will be used.
  • include: [CountryCode!]
  • # The countries of origin exempt from the additional HTS number requirement. Only
  • # one of includedCountryCodes and excludedCountryCodes will be used.
  • exclude: [CountryCode!]
  • }

link Require by