Home

Manifiesto de Importación y Exportación Terrestre

It is the API that allows alerting the arrival of an Export and Import MAWB within the Hound Express System, associated to a folio and a reference.

🚧

Do you have questions about our APIs?
If you need help, don’t forget to use our artificial intelligence — it will help you generate examples that fit your specific needs, variations, and the required parameters for using each Hound Express API.

Introducction:

It is important that you know the difference between Master Air Waybill (MAWB) and Internal Air Waybill (HAWB), since information from both concepts will be entered.

The AWB” (Air Waybill), Air Waybill or Air Waybill, is the main document of the contract of carriage by air.

This document, unlike the bill of lading, does not give right over the merchandise but it does give the right to claim it. It is generally nominative, therefore not endorsable and non-negotiable. The document itself indicates it with the mention Not negotiable Air Waybill. It bears the signature of the carrier or its agent and an issue date. If the AWB is issued by a freight forwarder instead of a regular airline, then the AWB is called House Air Waybill (HAWB)

So that:
The Master Air Waybill (MAWB) is issued by the airline and delivered to the consolidator or consolidator. Aerial Knowledge covers a consolidated expedition, indicating the freight agent and/or the consolidator as shipper and the deconsolidator as consignee. However, the Master Air Waybill is the document that certifies each individual shipment of consolidated merchandise. It is issued by the consolidator and/or transitory and contains instructions for the deconsolidation agent.

📘

### Request

To carry out the consumption of the service for the creation of the order it is necessary to send a json object of the MAWB type that contains the following fields:

MAWB/ BOL

Field name

Type

MaxLength

Required

Comments

mawb_object

Package (Array)

Array

Required

General mawb data, some values are decimal, integer and text.

manifest_type

String

10-11

Required

USA-MEX = Origin from USA to destination MEX

MEX-USA = MEX origin to USA destination.

mawb_content

Guide (Array)


Required

This field must contain all the HAWB numbers, the numbers added here must correspond to the assigned tracking guide number generated using the

create order service

, if the order was created before you only need to fill the field guideNumber of each element of the array

expected_arrive_date

String

20

Optional

Please inform us about the date when the MAWB will arrive with us

the spected format of the string is: yyyy-MM-dd HH:mm:ss using 24h standard

MAWB CONTENT

Field Name

Type

maxLength

Required

Comments

guideNumber

String

30

Required

Guide number of HAWB

saca

String

30

Optional

it´s the bag id or your cartoon number of your product, or house

client_reference

String

60

Optional

Client´s Reference of your product in the case exists if not exists you can use a dummy. The BOL number must be entered

zip code

Integer

5

Optional

Zip of your consignee

packagePieces

Package (Array)

Package (Array)

Required

List of packages to be quoted, at least one object is required within the array to quote, this data is necessary because in many cases there are restrictions on the weight and size of the shipment


( This section is only for users who don’t generate guides with Hound Express.)

🚧

This section is only for users who don’t generate guides with Hound Express. If that’s not your case, you can skip it. If have duds, don’t forget you can use our artificial intelligence to generate an example

packagePieces

Field Name

Type

Maxlength

Required

Comments

declaredValue

Float

10,2

Required

enter the declared value of the merchandise, since in Mexico and other countries there is a regulation in which the law requires the value of the merchandise to be declared and the description of the material contained in the shipment to be announced.

description

String

500

Optional

Use this field to enter the description of the contents of the package

descriptionSpanish

String

500

Optional

Use this field to enter the description spanish of the contents of the package

height

Integer

9

Required

In centimeters.

It must be an integer number.

hts_code

Integer

10

Min 6

Optional

HTS stands for Harmonized Tariff Schedule, a classification system used in the United States to help determine customs duties to be paid on imports. HTS codes are 10-digits (the first six digits are the same as the HS code for the goods).

weight

Float

10,2

Required

In kilograms.

It may be a number with decimal point, and there must be a maximum of two figures after it. If the value contains more than two, the following figures will be ignored.

Example: if the user inputs 6.2375, the system will record 6.23

items

Item(Array)


Optional

In this field, you can specify the information for each item contained in the package

Items

Field NameTypeMaxlengthRequiredComments
actual_weightFloat7.1RequiredIn kilograms. Min 0.1
countryString2OptionalCountry item
declared_currencyString3RequiredUSD (CODIGO de ISO-4217 )
declared_customs_valueFloat999.9RequiredIn Mexico and other countries there is a regulation where the law requires that the value of the merchandise is declared and the description of the material that the shipment contains must be announced.
descriptionString100RequiredItem description
heightFloat99.9RequiredIn centimeters. Min 0.1
lengthFloat99.9RequiredIn centimeters. Min 0.1
quantityInteger99RequiredMin. 1 piece
widthFloat99.9RequiredIn centimeters. Min 0.1

MAWB OBJECT

Field nameTypemaxlengthRequiredComments
bultosInteger5RequiredMawb lumps
colocacionString3RequiredPlace the mawb customs of arrival if your mawb arrival in AIFA type NLU, else if your mawb arrival in CDMX type MEX, else if your mawb arrival in GDL type GDL, else if your mawb arrival in LAREDO type NLR
id_origenInteger2RequiredIf the origin of the shipment is for MX origin, write 26, otherwise type 19.
paquetesInteger5RequiredNumber of mawb packets
physicalWeightDouble5RequiredPhysical weight of the mawb
volumetricWeightDouble5RequiredVolumetric weight of the mawb
weigthDouble5RequiredWeight of the mawb

Response


👍

Successful response

Field NameTypeComments
typeStringSeverity of the success
codeStringSuccess code
descriptionStringDescription with the details of manifest create

❗️

### Failed Response

wsErrors elements

Field NameTypeComments
typeStringSeverity of the error
codeStringError code
descriptionStringDescription with more details of the detected error

❗️

### Errors

TypeCodeDescription
errorECGOFJThe object json is malformed, it must have a correctr structure, please verify the documentation on: [URL API DOCS]
errorNOMAWBFThe field: mawb_format_fileName must not be empty
errorNOMAWBCThe field: mawb_format must not be null and must have the byteArray of the digitalized MAWB
errorNOMAWBDFThe field: Expected_arrive_date must be on yyyy-MM-dd HH:mm:ss format
errorNOWEIGThe field: weight in mawb object is requered
errorNOPAQThe field: paquetes in mawb object is requered
errorNOPAQThe field: id_origen in mawb object is requered
errorNOPAQThe field: physicalWeight in mawb object is requered
errorNOPAQThe field: volumetricWeight in mawb object is requered
errorNOPAQThe field: colocacion in mawb object is requered
errorNOPAQThe field: bultos in mawb object is requered
errorNOMATThe field: manifest type in mawb object is requered
errorNOMATThe format is incorrect, we expect these two options MEX-USA or USA-MEX, you are sending: ( [MESSAGE] ) please check the information.
errorNOMAWBOThe field: Mawb object is requered
errorERRORThe field: colocacion is incorrect in this case it is USA-MEX the customs can not be NLR, put arrival in AIFA put NLU if not your mawb arrival in CDMX put MEX if not your mawb arrival in GDL put GDL
errorERRORThe field: colocacion is incorrect in this case it is MEX-USA the customs can not be NLR, put arrival in AIFA put NLU if not your mawb arrival in CDMX put MEX if not your mawb arrival in GDL put GDL
errorERRORThe field: guideNumber not exist, the guide is: ( [MESSAGE] ) please check this data
errorERRORThe field: valor_declarado is required on guide: ( [MESSAGE] )
errorERRORThe field: peso is required on guide: ( [MESSAGE] )
errorERRORwe detect an error: ( [MESSAGE] )
Language
Click Try It! to start a request and see the response here!