Checks whether an item's information is sufficient to confidently assign a 6-digit HS code, BEFORE classification. Returns a readiness status the caller applies their own policy to (e.g. ask the user for more detail, or proceed to classify). Does not classify the item and does not return an HS code.
Mutation.
customsDescriptionValidate
Checks whether an item's information is sufficient to confidently assign a 6-digit HS code, BEFORE classification. Returns a readiness status the caller applies their own policy to (e.g. ask the user for more detail, or proceed to classify). Does not classify the item and does not return an HS code.
Arguments
input
CustomsDescriptionValidationInput!
Required
Returns:
CustomsDescriptionValidation!
type Mutation { customsDescriptionValidate(input: CustomsDescriptionValidationInput!): CustomsDescriptionValidation! }