Product Codes
Map natural language product descriptions to Taxability Information Codes (TICs).
Ziptax offers two endpoints for mapping product descriptions to Taxability Information Codes (TICs):
- Product Code Search — returns a ranked list of all applicable TICs matching a natural language description, each with a relevance score.
- Product Code Recommendation — uses the same natural language input, plus an AI-powered model, to return the single best TIC match for your product.
Use Search when you want to present multiple options (e.g. in a merchant-facing UI). Use Recommendation when you want the system to pick the best TIC automatically.
Product Code Search
The Product Code Search endpoint returns a ranked list of all applicable Product Codes (TICs) that match a natural language product description. Each result includes a relevance score so you can surface the best matches in your application.
Endpoint
Header Parameters
Your Ziptax API key.
Body Parameters
A full-text product description. The API returns all applicable product codes matching this description, ranked by relevance.
Example
Example Response
Product Code Recommendation
The Product Code Recommendation endpoint accepts the same natural language input as Product Code Search, but adds an AI-powered model that selects the single best TIC match for your product. Use this endpoint when you need the most accurate automatic recommendation for a given product description.
Endpoint
Header Parameters
Your Ziptax API key.
Body Parameters
A full-text product description. The model returns the best matching TIC for this description.
