OBJECT

HTSRestrictions

Restrictions on using an HTS Number

link GraphQL Schema definition

  • type HTSRestrictions {
  • # Restricted by country of origin.
  • countryCode: CountryCode
  • # Restricted by quantity code.
  • quantityCode: String
  • # Minimum allowed quantity.
  • quantityLowBounds: Float
  • # Maximum allowed quantity.
  • quantityHighBounds: Float
  • # Restricted by value code.
  • valueCode: String
  • # Minimum allowed value.
  • valueLowBounds: Float
  • # Maximum allowed value.
  • valueHighBounds: Float
  • }

link Require by