Checks whether an item's information is sufficient to confidently classify it, BEFORE committing to a classification result. Internally requests the real classification candidates (6-digit subheadings, and β when shipToCountry is given β the country-specific tariff lines within each subheading) and determines whether the supplied text disambiguates them. Returns a readiness status the caller applies their own policy to (e.g. ask the user for more detail, or proceed to classify). Still does not classify the item and does not return an HS code β only the readiness status and, if not fully ready, a list of clarifications that would help.
Mutation.
customsDescriptionValidate
Checks whether an item's information is sufficient to confidently classify it, BEFORE committing to a classification result. Internally requests the real classification candidates (6-digit subheadings, and β when
shipToCountryis given β the country-specific tariff lines within each subheading) and determines whether the supplied text disambiguates them. Returns a readiness status the caller applies their own policy to (e.g. ask the user for more detail, or proceed to classify). Still does not classify the item and does not return an HS code β only the readiness status and, if not fully ready, a list of clarifications that would help.Arguments
input
CustomsDescriptionValidationInput!
Required
Returns:
CustomsDescriptionValidation!
type Mutation { customsDescriptionValidate(input: CustomsDescriptionValidationInput!): CustomsDescriptionValidation! }Related user guides