Map the items you sell to tariff codes
This article applies to:AvaTax
Send Avalara a list of items you sell so Avalara can map them to Harmonized System (HS) tariff codes. Items in AvaTax should have both a tariff code and a tax code to ensure that imported and exported products are taxed properly when shipped between countries.
Stored tariff code assignments are included in tax calculations, whether that's in AvaTax or in the customer checkout experience via a supported integration.
Before you begin
Steps
- Import items and product information for tariff code classification
Upload your product catalog to AvaTax using an import template. Certain fields are required because they're important for assigning tariff codes. - Request classification for items
Tell Avalara which items need a tariff code. We'll assign one based on your company profile and key product information. - Export items with tariff codes
Generate a list of your products with their new tariff code assignments so you can use it in your own business software.
Importing items via SFTP
Use SFTP to send your product catalog to Avalara.
- Follow the instructions on our developer website to establish a SFTP connection.
- Convert your product catalog into a Google product file.
- Place your product file in the Inbound FTP directory.
- A file containing your completed classifications will be placed in the appropriate Outbound FTP directory after Avalara processes your product file.
- To change where classification results are sent, change your settings in AvaTax
- If Avalara stores your tariff code assignments, view them in AvaTax
Importing items via API
Use Avalara's item classification API to retrieve and manage tariff code assignments.
- Follow the instructions on our developer website to send items for classification.
- Use CreateHSClassificationRequest and GetHSClassification to submit and retrieve classifications
- Tariff code assignments are automatically stored as an Avalara Item object if Avalara stores your tariff code assignments.
- If your subscription doesn't include storage, create a webhook to receive your classifications
Finding tariff codes on your own
Use Avalara's REST API to find tariff codes manually. See HS Code Search in REST.