DEV

Query.

hsCode

Returns a single HsCode, including its description, for the given code and country.

Arguments

hsCodeInput

HsCodeInput!

Required

The HS code and country to look up.

Returns:

HsCode!

GraphQL
1
2
3
type Query {
  hsCode(hsCodeInput: HsCodeInput!): HsCode!
}
Book a demo

Was this page helpful?