INPUT_OBJECT

RequestImporterBondInput

Request a continuous bond for an Importer

link GraphQL Schema definition

  • input RequestImporterBondInput {
  • # The country codes from which goods originate.
  • countryCodes: [CountryCode!]
  • # The a short description of each product being imported.
  • products: [String!]
  • # Whether estimated duties, taxes, and fees paid in the last 12 months exceeded
  • # $500,000.
  • lastYearExceeds: Boolean
  • # Whether estimated duties, taxes, and fees paid in the next 12 months will exceed
  • # $500,000.
  • nextYearExceeds: Boolean
  • }

link Require by