MobyTrade icon

MobyTrade

Classify imports using MobyTrade API

Actions2

Overview

This node integrates with the MobyTrade API to classify products based on their descriptions. It supports two main operations under the Classification resource: 'Classify Product' and 'Search Classifications'. The 'Classify Product' operation provides the Harmonized Tariff Schedule (HTS) code and duty rates for a given product description, which is useful for import/export compliance and customs documentation. The 'Search Classifications' operation allows users to search for probable HTS matches based on a query, helping to identify relevant classifications for products. Practical applications include automating product classification for customs declarations, tariff calculations, and trade compliance.

Use Case Examples

  1. Classify a product by providing its description and optional details like country of origin, material, value, and weight to obtain HTS codes and duty rates.
  2. Search for product classifications by entering a query and limiting the number of results to find probable HTS matches.

Properties

Name Meaning
Product Description Description of the product to classify, used as the main input for classification or search.
Additional Options Optional fields to refine classification or search results, including country of origin, material, value, weight, and limit (for search operation).

Output

JSON

  • json
    • inputDescription - The original product description input by the user (for classify operation).
    • inputQuery - The original search query input by the user (for search operation).
    • additionalFields - The additional optional fields provided by the user to refine the classification or search.

Dependencies

  • MobyTrade API with authentication credentials

Troubleshooting

  • Common issues include invalid or missing API credentials, which will cause authentication failures. Ensure the API key or token is correctly configured in the node credentials.
  • Errors may occur if required parameters like product description are missing or empty. Always provide a valid description for classification or search.
  • If the API returns errors related to request limits or invalid parameters, verify that optional fields like 'limit' are within allowed ranges and correctly formatted.

Links

Discussion