Create Order LRD MEX

Using the HoundExpress API you can create a label that will be placed on the customer's package,which will be used for tracking, shipping and delivery.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

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.


📘

Request

To carry out the consumption of the service for the creation of the label it is necessary to send a JSON object of the guide type and it requires the filling of the following fields:

Guide

Field nameSpecificationsAbout
sender

Type: Object

Is required

It is the sender of the shipment
sender.zip

Type: String

Is required

Max Lenght: 10

Min Value: 5

Zip code for the address of the sender
sender.city

Type: String

Is required

Max Lenght: 100

City of the sender's address.
sender.country

Type: String

Is required

Max Lenght: 50

Country for the address of the sender
sender.email

Type: String

Is required

Max Lenght: 100

Email address that helps to contact the sender
sender.street

Type: String

Is required

Max Lenght: 250

Street of sender's address
sender.phone

Type: String

Is required

Max Lenght: 50

Phone that helps to contact the sender
sender.contact

Type : Object

Is required

sender.contact.givenName

Type: String

Is required

Max Lenght: 200

In this field it is expected to receive the name and may include the full name but it is recommended to divide it into its different parts within the PersonName object
sender.contact.surname

Type: String

Is optional

Max Lenght: 50

This field is used for the paternal surname, although it is optional it is recommended not to include the full name inside the givenName but it is better to divide it, since it helps in later searches
sender.contact.surname2

Type: String

Is optional

Max Lenght: 50

This field is used for the maternal last name, although it is optional it is recommended not to include the full name inside the givenName but it is better to divide it, since it helps in later searches
sender.county

Type: String

Is optional

Max Lenght: 100

Neighborhood, Town, Municipality, District, Province, etc. of the sender's address
sender.state

Type: String

Is optional

Max Lenght: 50

State for the address of the sender
sender.streetNumber

Type: String

Is optional

Max Lenght: 50

Street and number of the sender's address
sender.apartmentNumber

Type: String

Is optional

Max Lenght: 50

Apartment, internal, etc. Number for the address of the sender
sender.locationReference

Type: String

Is optional

Max Lenght: 500

Here you can put the references of the domiciles
sender.company

Type: String

Is optional

Max Lenght: 100

In this field you can enter your company name.
receiver

Type: Objetc

Is required

It is the consignee of the shipment
receiver.zip

Type: String

Is required

Lenght: 5

Zip code for the address of the receiver shipment
receiver.country

Type: String

Is required

Max Lenght: 50

Country for the address of the receiver shipment
receiver.email

Type: String

Is required

Max Lenght: 100
Must be e-mail format

Email address that helps to contact the receiver
receiver.street

Type: String

Is required

Max Lenght: 250

Street of receiver's address
receiver.phone

Type: String

Is required

Max lenght : 20

Min lenght : 10

(Should be 10 digits, or 12 digits including the area code.)

Phone that helps to contact the receiver
receiver.contact

Type: Object

Is required

receiver.contact.givenName

Type: String

Is required

Max Lenght: 200

In this field it is expected to receive the name and may include the full name but it is recommended to divide it into its different parts within the PersonName object
receiver.contact.rfc

Type: String

Is required

Max Lenght: 18
Min Lenght: 13

This can be either the RFC or the CURP.

The RFC is the identification number used by the SAT to identify individuals engaged in economic activities.
The CURP is a unique code that registers all residents of the country, both citizens and foreigners. For foreigners, the tax identification number from their country of residence or their social security number is used.
receiver.contact.surname

Type: String

Is optional

Max Lenght: 50

This field is used for the paternal surname, although it is optional it is recommended not to include the full name inside the givenName but it is better to divide it, since it helps in later searches
receiver.contact.surname2

Type: String

Is optional

Max Lenght: 50

This field is used for the maternal last name, although it is optional it is recommended not to include the full name inside the givenName but it is better to divide it, since it helps in later searches
receiver.city

Type: String

Is optional

Max Lenght: 100

City of the receiver's address.
receiver.county

Type: String

Is optional

Max Lenght: 100

Neighborhood, Town, Municipality, District, Province, etc. of the receiver's address
receiver.state

Type: String

Is optional

Max Lenght: 50

State for the address of the receiver shipment
receiver.streetNumber

Type: String

Is optional

Max Lenght: 50

Street and number of the receiver's address
receiver.apartmentNumber

Type: String

Is optional

Max Lenght: 50

Apartment, internal, etc. Number for the address of the receiver shipment
receiver.locationReference

Type: String

Is optional

Max Lenght: 500

Here you can put the references of the domiciles
packagePieces

Type : Objects Array

Is required

Max Lenght: 1 (Only one element is allowed)

It is the list of packages that make up the order, at least one object within the array is required.
packagePieces[].height

Type: Integer

Is required

Min Lenght: 1

In centimeters. This field is for the parcel measurements.

It must be an integer number.

packagePieces[].length

Type: Integer

Is required

Min Lenght: 1

In centimeters. This field is for the parcel measurements.

It must be an integer number.

packagePieces[].width

Type: Integer

Is required

Min Lenght: 1

In centimeters. This field is for the parcel measurements.

It must be an integer number.

packagePieces[].weight

Type: Integer

Is required

Min Value: 0.01

In kilograms. This field is for the weight of the parcel. Is the sum of the weight of each item.

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

packagePieces[].description

Type: String

Is required

Max Lenght: 500

Use this field to enter the description of the contents of the package
packagePieces[].declaredValue

Type: Float

Is required

Min Lenght: 0.1

Is the sum for each item

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.

packagePieces[].piece

Type: Integer

Is required

Min Lenght: 1

Is the sum for each item

It is the TOTAL quantity of items that the package contains, regardless their variety.

Example: Assuming the shipment contains mice and cables, the pieces field must include the total number of articles:

For this example, if you bring 5 mice and 4 cables, the piece field should be filled as 9.

We fully understand that sometimes you have this information repeated for several shipments, so just as in the other cases you can place a fixed value.

packagePieces[].items

Type: Objects Array

Field is optional or required, depending on the settings

In this field, you can specify the information for each item contained in the package
items[].quantity

Type: Integer

Is required

Min Lenght: 1

Min. 1 piece
items[].description

Type: String

Is required

Max Lenght: 500

Item description
items[].declaredValue

Type: Float

Is required

Min Lenght: 0.1

In Mexico and other countries there is a regulation requiring the merchandise value to be declared and the shipment contents to be described. Its the singular value
items[].htsCode

Type: String

Is required

Max Lenght: 30
Min Lenght: 6

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).
items[].madeIn

Type: String

Is required

Max Lenght: 3

In this field, the CatCountryCode catalog code_alpha_3 must be sent. This field refers to the physical location of the final production of an item (where the product was manufactured).
items[].sku

Type: String

Is optional

Max Lenght: 50

SKU Item
comments

Type: String

Is optional

Max Lenght: 500

This field contains comments or observations from the guide.
currency

Type: String

Is required

Max Lenght: 5

ISO currency

It's a constant value: USD
clientReference

Type: String

Is required

Max Lenght: 30

Use this field to assign your own reference
packageType

Type: Integer

Is required

Min Lenght: 1

Values :

1 : Envelope 2 : Box

Use this field to assign your choice for the package type. The default value should be id: 1 , which corresponds to the “envelope” packet type, but you can change it if necessary.To obtain the possible options see:

GetPackageTypes

serviceCode

Type: String

Is required

Max Lenght: 30

Values:

HXLRDMXST
HXNLUMXST

Ask your account executive for the possible values for this purpose.Your executive can configure your account so that you can select between the different business flows, as it may be that you only want to use the services of customs clearance, b2b, c2c, etc.
In these cases you can select one of these options.To specify this option you can make use of this field using a value from the list provided by your executive.
labelType

Type: Boolean

Is optional

Default Value: 1

Values: 1: PDF 2: ZPL 200 3: ZPL 300

Indicates the label format in which you wish to receive, if none is selected, it is sent by default in pdf. If 1 is sent, you will receive the PDF in byte array, 2 to receive ZPL 200 DPI in byte array, 3 to receive ZPL 300 DPI in byte array.
getLabel

Type: Boolean

Is optional

Default Value: true

In this field you can specify extended response characteristics, i.e. responses where more information about the label characteristics is provided. If you want to include the print format in the response, enter the value true, otherwise enter the value false.
moreInfo

Type: Objects Array

Is optional

Default Value: true

Additional and customized information.
moreInfo[].idField

Type: Integer

Is required
(If you are sending moreInfo)

Min Lenght: 1

Review the catalog of additional fields
moreInfo[].value

Type: String

Is required
(If you are sending moreInfo)

Max Lenght: 100

Information corresponding to the indicated field.

Additional Fields

🚧
IDField NameComments
11Internal Account NumberYour customer's internal account number.
17Contains perfumesIndicates whether the order contains a perfume. The value must be ‘true’, otherwise omit this field.
18Inflammable contentIndicates whether the content is flammable. The value must be ‘true’; otherwise, omit this field.
19Contains batteriesIndicates whether the order contains a battery. The value must be ‘true’, otherwise omit this field.
30Description Hazardous MaterialIf the guide contains any Hazardous Material, you must send a description of the material. (Max. length 100 characters)
31Internal Hazardous Material codeIf the guide contains any Hazardous Material, you must send its internal code (if any). (Max. length 100 characters)

CatCountryCode Catalog

idCountryCode Alpha-2Code Alpha-3
1AfghanistanAFAFG
3AlbaniaALALB
4AlgeriaDZDZA
5American SamoaASASM
6AndorraADAND
7AngolaAOAGO
8AnguillaAIAIA
9AntarcticaAQATA
10Antigua and BarbudaAGATG
11ArgentinaARARG
12ArmeniaAMARM
13ArubaAWABW
14AustraliaAUAUS
15AustriaATAUT
16AzerbaijanAZAZE
17Bahamas (the)BSBHS
18BahrainBHBHR
19BangladeshBDBGD
20BarbadosBBBRB
21BelarusBYBLR
22BelgiumBEBEL
23BelizeBZBLZ
24BeninBJBEN
25BermudaBMBMU
26BhutanBTBTN
27Bolivia (Plurinational State of)BOBOL
28Bonaire, Sint Eustatius and SabaBQBES
29Bosnia and HerzegovinaBABIH
30BotswanaBWBWA
31Bouvet IslandBVBVT
32BrazilBRBRA
33British Indian Ocean Territory (the)IOIOT
34Brunei DarussalamBNBRN
35BulgariaBGBGR
36Burkina FasoBFBFA
37BurundiBIBDI
38Cabo VerdeCVCPV
39CambodiaKHKHM
40CameroonCMCMR
41CanadaCACAN
42Cayman Islands (the)KYCYM
43Central African Republic (the)CFCAF
44ChadTDTCD
45ChileCLCHL
46ChinaCNCHN
47Christmas IslandCXCXR
48Cocos (Keeling) Islands (the)CCCCK
49ColombiaCOCOL
50Comoros (the)KMCOM
51Congo (the Democratic Republic of the)CDCOD
52Congo (the)CGCOG
53Cook Islands (the)CKCOK
54Costa RicaCRCRI
55CroatiaHRHRV
56CubaCUCUB
57CuraçaoCWCUW
58CyprusCYCYP
59CzechiaCZCZE
60Côte d'IvoireCICIV
61DenmarkDKDNK
62DjiboutiDJDJI
63DominicaDMDMA
64Dominican Republic (the)DODOM
65EcuadorECECU
66EgyptEGEGY
67El SalvadorSVSLV
68Equatorial GuineaGQGNQ
69EritreaERERI
70EstoniaEEEST
71EswatiniSZSWZ
72EthiopiaETETH
73Falkland Islands (the) [Malvinas]FKFLK
74Faroe Islands (the)FOFRO
75FijiFJFJI
76FinlandFIFIN
77FranceFRFRA
78French GuianaGFGUF
79French PolynesiaPFPYF
80French Southern Territories (the)TFATF
81GabonGAGAB
82Gambia (the)GMGMB
83GeorgiaGEGEO
84GermanyDEDEU
85GhanaGHGHA
86GibraltarGIGIB
87GreeceGRGRC
88GreenlandGLGRL
89GrenadaGDGRD
90GuadeloupeGPGLP
91GuamGUGUM
92GuatemalaGTGTM
93GuernseyGGGGY
94GuineaGNGIN
95Guinea-BissauGWGNB
96GuyanaGYGUY
97HaitiHTHTI
98Heard Island and McDonald IslandsHMHMD
99Holy See (the)VAVAT
100HondurasHNHND
101Hong KongHKHKG
102HungaryHUHUN
103IcelandISISL
104IndiaININD
105IndonesiaIDIDN
106Iran (Islamic Republic of)IRIRN
107IraqIQIRQ
108IrelandIEIRL
109Isle of ManIMIMN
110IsraelILISR
111ItalyITITA
112JamaicaJMJAM
113JapanJPJPN
114JerseyJEJEY
115JordanJOJOR
116KazakhstanKZKAZ
117KenyaKEKEN
118KiribatiKIKIR
119Korea (the Democratic People's Republic of)KPPRK
120Korea (the Republic of)KRKOR
121KuwaitKWKWT
122KyrgyzstanKGKGZ
123Lao People's Democratic Republic (the)LALAO
124LatviaLVLVA
125LebanonLBLBN
126LesothoLSLSO
127LiberiaLRLBR
128LibyaLYLBY
129LiechtensteinLILIE
130LithuaniaLTLTU
131LuxembourgLULUX
132MacaoMOMAC
133MadagascarMGMDG
134MalawiMWMWI
135MalaysiaMYMYS
136MaldivesMVMDV
137MaliMLMLI
138MaltaMTMLT
139Marshall Islands (the)MHMHL
140MartiniqueMQMTQ
141MauritaniaMRMRT
142MauritiusMUMUS
143MayotteYTMYT
144MexicoMXMEX
145Micronesia (Federated States of)FMFSM
146Moldova (the Republic of)MDMDA
147MonacoMCMCO
148MongoliaMNMNG
149MontenegroMEMNE
150MontserratMSMSR
151MoroccoMAMAR
152MozambiqueMZMOZ
153MyanmarMMMMR
154NamibiaNANAM
155NauruNRNRU
156NepalNPNPL
157Netherlands (the)NLNLD
158New CaledoniaNCNCL
159New ZealandNZNZL
160NicaraguaNINIC
161Niger (the)NENER
162NigeriaNGNGA
163NiueNUNIU
164Norfolk IslandNFNFK
165Northern Mariana Islands (the)MPMNP
166NorwayNONOR
167OmanOMOMN
168PakistanPKPAK
169PalauPWPLW
170Palestine, State ofPSPSE
171PanamaPAPAN
172Papua New GuineaPGPNG
173ParaguayPYPRY
174PeruPEPER
175Philippines (the)PHPHL
176PitcairnPNPCN
177PolandPLPOL
178PortugalPTPRT
179Puerto RicoPRPRI
180QatarQAQAT
181Republic of North MacedoniaMKMKD
182RomaniaROROU
183Russian Federation (the)RURUS
184RwandaRWRWA
185RéunionREREU
186Saint BarthélemyBLBLM
187Saint Helena, Ascension and Tristan da CunhaSHSHN
188Saint Kitts and NevisKNKNA
189Saint LuciaLCLCA
190Saint Martin (French part)MFMAF
191Saint Pierre and MiquelonPMSPM
192Saint Vincent and the GrenadinesVCVCT
193SamoaWSWSM
194San MarinoSMSMR
195Sao Tome and PrincipeSTSTP
196Saudi ArabiaSASAU
197SenegalSNSEN
198SerbiaRSSRB
199SeychellesSCSYC
200Sierra LeoneSLSLE
201SingaporeSGSGP
202Sint Maarten (Dutch part)SXSXM
203SlovakiaSKSVK
204SloveniaSISVN
205Solomon IslandsSBSLB
206SomaliaSOSOM
207South AfricaZAZAF
208South Georgia and the South Sandwich IslandsGSSGS
209South SudanSSSSD
210SpainESESP
211Sri LankaLKLKA
212Sudan (the)SDSDN
213SurinameSRSUR
214Svalbard and Jan MayenSJSJM
215SwedenSESWE
216SwitzerlandCHCHE
217Syrian Arab RepublicSYSYR
218Taiwan (Province of China)TWTWN
219TajikistanTJTJK
220Tanzania, United Republic ofTZTZA
221ThailandTHTHA
222Timor-LesteTLTLS
223TogoTGTGO
224TokelauTKTKL
225TongaTOTON
226Trinidad and TobagoTTTTO
227TunisiaTNTUN
228TurkeyTRTUR
229TurkmenistanTMTKM
230Turks and Caicos Islands (the)TCTCA
231TuvaluTVTUV
232UgandaUGUGA
233UkraineUAUKR
234United Arab Emirates (the)AEARE
235United Kingdom of Great Britain and Northern Ireland (the)GBGBR
236United States Minor Outlying Islands (the)UMUMI
237United States of America (the)USUSA
238UruguayUYURY
239UzbekistanUZUZB
240VanuatuVUVUT
241Venezuela (Bolivarian Republic of)VEVEN
242Viet NamVNVNM
243Virgin Islands (British)VGVGB
244Virgin Islands (U.S.)VIVIR
245Wallis and FutunaWFWLF
246Western SaharaEHESH
247YemenYEYEM
248ZambiaZMZMB
249ZimbabweZWZWE

Guide fields on label

👍

Response

FieldTypeComments
typeStringValues: success or error
codeStringThe success code values are: CREATED: Indicates that the order was created successfully. REFERENCE: Indicates that the system found an existing shipment with the same clientReference. In this case, it returns the existing guideNumber and label instead of creating a new order (this applies only if your account has this configuration enabled). Any other value should be considered an error code.
guideNumberStringThe guideNumber for Tracking API
trackingNumberStringThe tracking number for delivery
labelArray ByteLabel file in the specified labelType format; not included in the response if getLabel = false
wsErrorsListContains error messages if type = error
wsErrors[].codeStringInternal error code
wsErrors[].typeStringInternal message type : error, warning, info. Its optional.
wsErrors[].descriptionStringDescription of the error code
❗️

Failed Response

wsErrors elements

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

Errors

TypeCodeDescription
errorNJSONFThe object recived doesn't look like a valid json
errorGONULLYou must send to us a valid object of type Guide, please refer to documentation on: [URL API DOCS]
errorEXINSVThe filed: InsuredValue must be an object ( [MESSAGE] ) to see the schema for this object refer to: [URL API ] getInsuredValueScheme
errorNIVVThe filed: InsuredValue.Value in the guide object can't be null, must be defined
errorIVNNThe filed: InsuredValue.Value in the guide must be numeric and is required ( [MESSAGE] )
errorNIVTThe filed: InsuredValue.Code in the guide object can't be null, must be defined
errorEXPTThe filed: PackageType must be an object ( [MESSAGE] ) to see the schema and posible values for this object refer to: [URL API] getPackageTypes
errorNOPTThe filed: PackageType in the guide object can't be null, must be defined
errorNPTIThe filed: PackageType.id in the guide must be numeric and is required ( [MESSAGE] )
errorFLNIIf you include the filed: flag in the guide it must be an integer
errorFLNIIf you include the filed: format_B64 in the guide it must no to be empty
errorCODERRIf you include the COD cost it must be a float value
errorEXIMThe filed: infoMERQ must be an object ( [MESSAGE] )
errorEXADDTThe filed: Sender must be an object ( [MESSAGE] ) to see the schema for this object refer to: [URL API] getAddressScheme
errorNOADDTThe filed: Sender in the guide object can't be null, must be defined
errorEXRECEThe filed: Receiver must be an object ( [MESSAGE] ) to see the schema for this object refer to: [URL API] getAddressScheme
errorNORECEThe filed: Receiver in the guide object can't be null, must be defined
errorPRSERRWe can't parse your json to our guide object by an unexpected exception: ( [MESSAGE] )
errorEMPTYPRODThere are no products in stock for product : [SKU PRODUCT]
warningSTNOTMDPWe can't find the serviceType selected ( [SERVICE ID] ) on the list of services available to the selected ([DELIVERY ID) DP, the system will ignore the serviceType
warningSTNOTMDPWe can't find the serviceType selected ( [SERVICE ID] ) on the list of services available to the selected ( [DELIVERY ID] ) DP, the system will ignore the serviceType
errorNOSTONURSWe can't find the service type ( [SERVICE ID] ) on the list of services assigned to your user
errorNOCPFOUNDWe can't find the zip code that you're looking for please verify if it is correct
warningNOSTFOUNDWe can't find any service type assigned to your user
errorNOCPFOUNDWe can't find the zip code that you're looking for please verify if it is correct
errorNOFDXKEYThe keys id:3 is not found
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS DE id:3
errorNORPKEYThe keys id:4 is not found
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS DE id: 4
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 13
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 11
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 11
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 19
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 19
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 34
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 73
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 73
errorEXCESOCURRIO UNA EXCEPCION AL OBTENER LAS TARFIAS
errorEXCEPTIONOCURRIO UNA EXCEPCION AL OBTENER LA COBERTURA
warningRESTZONEWe can't use the delivery parnter: [DELIVERY ID] to the zip code [ZIP CODE RECEIVER] becasue is on the restricted coverage zone list of services
errorNOFDXKEYThe keys id:3 is not found
errorERRESTCWe can't consume the extended data from our deliveryPartner
errorNORPKEYThe keys id:4 is not found
errorERRESTCWe can't consume the extended data from our deliveryPartner
errorERRQPCWe can't consume the extended data from our deliveryPartner
errorERRCOGWe can't recover the id: 11 format for guide: [GUIDE NUMBER] and tracking code: [CLIENT REFERENCE]
errorERRPXCWe can't consume the extended data from our deliveryPartner 11
errorERRESTCWe can't consume the extended data from our deliveryPartner 19
errorERRESTCWe can't consume the extended data from our deliveryPartner 21
errorERRESTCWe can't consume the extended data from our deliveryPartner 21
errorERRESTCWe can't consume the extended data from our deliveryPartner 73
errorERRESTCWe can't consume the extended data from our deliveryPartner 13
errorERRSCMWe can't consume the extended data from our deliveryPartner 32
errorERRSNDXWe can't consume the extended data from our deliveryPartner 34
errorERRPORTEOWe can't consume the extended data from our deliveryPartner 136
errorERRESTCWe can't consume the extended data from our deliveryPartner 137
errorERRCAPOAPI MESSAGE 3 : [API MESSAGE]
errorAPICODE3-[EXCEPTION CODE]API MESSAGE 3 : [API MESSAGE]
errorAPICODE4-[EXCEPTION STATUS]API MESSAGE 4 : [API MESSAGE]
errorOVERWThe weight is over the permited by the contract
errorAPICODE11-[API MESSAGE TYPE]API MESSAGE 11 : [API MESSAGE]
errorAPICODE11-[API MESSAGE TYPE]API MESSAGE 11 : [API MESSAGE]
errorESTFERRAPI MESSAGE 19 : [API MESSAGE]
errorDHLMSGAPI MESSAGE 21 : [API MESSAGE]
errorEXCEPTIONEXCEPTION MESSAGE 73 : [EXCEPTION MESSAGE]
errorEXC_ERREXC-[EXCEPTION MESSAGE]
errorSCMERRAPI MESSAGE 32 : [API MESSAGE]
errorEXCEPTIONAPI MESSAGE 34 : [API MESSAGE]
errorNOIATATHE FIELD IATA IS NOT RECEIVED ON THE RESULT OF THE WEB SERVICE
errorNOIATATHE FIELD IATA IS NOT RECEIVED ON THE RESULT OF THE WEB SERVICE
errorAPICODE34-[API MESSAGE TYPE]API MESSAGE 34 : [API MESSAGE]
errorEXCEPTIONAPI MESSAGE 34 : [API MESSAGE]
errorEXCEPTIONTHE WEB SERVICE DOES NOT RETURN THE FIELDS REQUIRED TO PRINT THE LABEL
errorporteoERRPNError, no se ha generado al guia en el DP
errorporteoERRPNError, no se ha generado al guia en el DP
errorporteoERRPNerror, no se ha parsear la respuesta desde el webService del DP
errorporteoERRPNError, no se ha generado al guia en el DP
errorERRAPI MESSAGE 137 : [API MESSAGE]
errorERRAPI MESSAGE 137 : [API MESSAGE]
errorERRWe try to create the guide for J&T but it fail
errorERR[MESSAGE ERROR]
warningERRESTCWe can't consume the extended data from our deliveryPartner 182
errorERRWe try to create the guide for J&T but it fail
warningERRESTCWe can't consume the extended data from our deliveryPartner 182
errorERRMUEMalformedURLException : [MESSAGE]
errorERRIOEIOException : [EXCEPTION]
errorERRGNCGuia no creada
errorERRAPI250-[CODE][API MESSAGE]
warningERRESTCWe can't consume the extended data from our deliveryPartner 250
warningNQUOFWe don't have coverage on this area with your assigned deliveryPartner
errorEMPTYPRODThe product not found: [PRODUCT SKU]
errorGUIDE EXISTThe guide already exist
errorEMPTYPRODThe list of products is empty, please rectify
errorWARELFWe can't render the label to: [GUIDE NUMBER] we are returning the standard pdf file
warningORDERECWe detect your org use a unique reference, and we recover the last register created under it: [CLIENT REFERENCE]
errorCDESRVNNThe value you are sending in the code field of the serviceType object must be numeric, please verify it.
errorCDESRVNVThe value you are sending in the code field of the serviceType object is not valid, please verify it
warningONBRAKETIMEThe last transaccions is taking more than your timeout waiting time, please wait until the server restore the performance
warningNZIPCThe filed: ServiceType in the guide object is null, it could be because we don't have coverage on this area
errorNOSERVThe user: [USERNAME] doesn't have the serviceType: [SERVICE ID] required to create this order
warningNOLBLNWe detect your org use their own lable and as no format needed, if it is not true please inform us please
errorERRFCWe can't create the attached label file: [EXCEPTION MESSAGE]
warningWARELFWe can't render the label to: [GUIDE NUMBER] we are returning the standard pdf file
errorERRSGWe can't create the order guide, please contact with the IT team of Hound Express to report an solve it: [EXCEPTION MESSAGE]
warningNZIPCThe address is formed correctly but is the ZIP Code correct?, it is possible to create the document but maybe this shipment has problems to be delivered
warningNQUOFWe don't have coverage on this area with your assigned deliveryPartner
errorInvalid UserThe user does not have permission to use WMS
errorNull ObjectThe guide object is null
errorEmpty ProductsProducts are required
errorQuantity MissingQuantity is required
errorIdentifier MissingIdentifier is required
errorEmpty ReceiverReceiver is required
errorZip MissingZip is required
errorCountry MissingCountry is required
errorCounty MissingCounty is required
errorStreet Number MissingStreet Number is required
errorApartment Number MissingApartment Number is required
errorState MissingState is required
errorCity MissingCity is required
errorReceiver Name MissingReceiver Name is required
errorPhone MissingPhone is required
errorService Type MissingService Type is required
errorException[EXCEPTION MESSAGE]
errorERRCGDWe can't create the order, please contact with the IT team of Hound Express to report an solve it

Body Params
string
string
string
number
moreInfo
array of objects
moreInfo
packagePieces
array of objects
packagePieces
number
receiver
object
sender
object
string
enum
Allowed:
Headers
string
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json