OBJECT
RequestBond
Request a continuous bond for an Importer
link GraphQL Schema definition
- type RequestBond {
- # The country codes from which goods originate.
- : [CountryCode!]
- # The a short description of each product being imported.
- : [String!]
- # Whether estimated duties, taxes, and fees paid in the last 12 months exceeded
- # $500,000.
- : Boolean
- # Whether estimated duties, taxes, and fees paid in the next 12 months will exceed
- # $500,000.
- : Boolean
- }
link Require by
This element is not required by anyone