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 :
- # An ISF manufacturer.
- Supplier :
- # The HTS Number of the Product. If Key is not provided, this field is required
- # for ISF.
- 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.
- CountryCode :
- }