INPUT_OBJECT

ISFProductInput

link GraphQL Schema definition

  • input ISFProductInput {
  • # A Key identifying a product. 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: KeyInput
  • # A Key identifying a manufacturer.
  • manufacturer: KeyInput!
  • # 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
  • }