Commodity Codes Validation

Validate the Harmonized System (HS) codes for items being shipped.
This API helps ensure that the HS codes provided for items accurately correspond to the descriptions and comply with customs requirements, providing improved quality of customs data provided for international shipments.

Body Params

The Commodity Code Validation request.

string | null

A unique identifier for the shipping account, which can either be generated by the system or provided by you (alias) during shipping account creation.
This ID helps associate the request with a specific shipping account.

Shipment
object
required

The shipment subjected to the commodity code validation, allowing the user to provide details about the entire shipment for validation

Items
array of objects
required

A collection of items for which the user wants to validate their HS codes, allowing for multiple items to be checked in a single request.

Before sending the request, make sure of the following conditions:

  • At least one item must be sent in the request.
  • A maximum of 12 items can be sent in a single request.
Note: For better performance, it is recommended to send 10 items or less in a single request.

Items*
Responses

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Response
Choose an example:
application/json