MobyTrade icon

MobyTrade

Classify imports using MobyTrade API

Actions2

Overview

This node integrates with the MobyTrade API to classify products or search for probable HTS (Harmonized Tariff Schedule) classifications based on product descriptions and additional optional details. It is useful for importers, customs brokers, and businesses needing to determine tariff codes and duty rates for products. For example, a user can input a product description and receive classification codes or search for matching classifications to ensure compliance with import regulations.

Use Case Examples

  1. Classify a product by providing its description, country of origin, material, value, and weight to get HTS codes and duty rates.
  2. Search for probable HTS classifications by entering a product description and optional filters like country of origin and limit on the number of results.

Properties

Name Meaning
Product Description Description of the product to classify or search for classifications.
Additional Options Optional fields to refine classification or search, including country of origin, limit on results, material, value, and weight.

Output

JSON

  • inputDescription - The original product description input by the user for classification.
  • inputQuery - The original product description input by the user for search.
  • additionalFields - The additional optional fields provided by the user for classification or search.
  • * - The response data from the MobyTrade API containing classification or search results.

Dependencies

  • MobyTrade API with authentication credentials

Troubleshooting

  • Common issues include invalid or missing API credentials, resulting in authentication errors. Ensure the API key credential is correctly configured.
  • Errors may occur if required parameters like product description are missing or empty; provide valid input to avoid errors.
  • If the API returns no results, verify the product description and optional filters for accuracy and completeness.
  • Network or API endpoint issues may cause request failures; check connectivity and base URL configuration.

Links

Discussion