hsCodes icon

hsCodes

(0 reviews)

Home | EN

The HS Codes API is designed to classify shipments based on the information provided in the input fields according to the Harmonized System (HS). This API allows applications and clients to interact with Correos, to obtain the specific HS Code required for international shipments.

In this initial version of the API, there is only one operation available:

  • calculateHSCode: This operation allows users to submit relevant shipment details via the request body. It processes the provided information, such as the sender's and recipient's details, product description, quantity, weight, and other essential attributes, to calculate and return the corresponding HS Code.The operation takes advantage of the comprehensive set of input fields to calculate the appropriate HS Code, which is crucial for customs authorities to classify the shipment accurately and determine the applicable tariffs and duties.

Policy rule:

This API has the security policy named "Client ID Enforcement", https://docs.mulesoft.com/api-manager/2.x/client-id-based-policies. First, the client application has to request access to this API, then a pair of client_id and client_secret will be provided. Once the request is accepted by the API owners, the client will be granted to do requests to the API if the HTTP request headers "client_id" and "client_secret" are correctly set.

resources/image-b2a5ac31-afaf-4bb3-9b2c-20bb89c820ed.png


Reviews