OBJECT

ISFProduct

link GraphQL Schema definition

  • type ISFProduct {
  • # If this is provided, the origin country and hts number of the first line of the
  • # product will be used. This is required for ISF if htsNumber or originCountryCode
  • # are not provided.
  • product: Product
  • # An ISF manufacturer.
  • manufacturer: Supplier
  • # The HTS Number of the Product. If Key is not provided, this field is required
  • # for ISF.
  • htsNumber: HSNumber
  • # The origin country of the line item. See
  • # https://help.inlt.com/customs-brokerage/determining-country-of-origin. If Key is
  • # not provided, this field is required for ISF.
  • originCountryCode: CountryCode
  • }