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.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
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.
Name Description Service name createOrder EndPoint https://ws.hound-express.com/Sabueso/ws/deliveryServices/order Headers https://apis-hound-express.readme.io/docs/the-headers-request Method POST Parameters JsonObject see: The guide object
RequestTo 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 name Specifications About 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 formatEmail 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: 13This 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: 6HTS 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:
serviceCode Type: String
Is required
Max Lenght: 30
Values:
HXLRDMXST
HXNLUMXSTAsk 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
ID Field Name Comments 11 Internal Account Number Your customer's internal account number. 17 Contains perfumes Indicates whether the order contains a perfume. The value must be ‘true’, otherwise omit this field. 18 Inflammable content Indicates whether the content is flammable. The value must be ‘true’; otherwise, omit this field. 19 Contains batteries Indicates whether the order contains a battery. The value must be ‘true’, otherwise omit this field. 30 Description Hazardous Material If the guide contains any Hazardous Material, you must send a description of the material. (Max. length 100 characters) 31 Internal Hazardous Material code If the guide contains any Hazardous Material, you must send its internal code (if any). (Max. length 100 characters)
CatCountryCode Catalog
| id | Country | Code Alpha-2 | Code Alpha-3 |
|---|---|---|---|
| 1 | Afghanistan | AF | AFG |
| 3 | Albania | AL | ALB |
| 4 | Algeria | DZ | DZA |
| 5 | American Samoa | AS | ASM |
| 6 | Andorra | AD | AND |
| 7 | Angola | AO | AGO |
| 8 | Anguilla | AI | AIA |
| 9 | Antarctica | AQ | ATA |
| 10 | Antigua and Barbuda | AG | ATG |
| 11 | Argentina | AR | ARG |
| 12 | Armenia | AM | ARM |
| 13 | Aruba | AW | ABW |
| 14 | Australia | AU | AUS |
| 15 | Austria | AT | AUT |
| 16 | Azerbaijan | AZ | AZE |
| 17 | Bahamas (the) | BS | BHS |
| 18 | Bahrain | BH | BHR |
| 19 | Bangladesh | BD | BGD |
| 20 | Barbados | BB | BRB |
| 21 | Belarus | BY | BLR |
| 22 | Belgium | BE | BEL |
| 23 | Belize | BZ | BLZ |
| 24 | Benin | BJ | BEN |
| 25 | Bermuda | BM | BMU |
| 26 | Bhutan | BT | BTN |
| 27 | Bolivia (Plurinational State of) | BO | BOL |
| 28 | Bonaire, Sint Eustatius and Saba | BQ | BES |
| 29 | Bosnia and Herzegovina | BA | BIH |
| 30 | Botswana | BW | BWA |
| 31 | Bouvet Island | BV | BVT |
| 32 | Brazil | BR | BRA |
| 33 | British Indian Ocean Territory (the) | IO | IOT |
| 34 | Brunei Darussalam | BN | BRN |
| 35 | Bulgaria | BG | BGR |
| 36 | Burkina Faso | BF | BFA |
| 37 | Burundi | BI | BDI |
| 38 | Cabo Verde | CV | CPV |
| 39 | Cambodia | KH | KHM |
| 40 | Cameroon | CM | CMR |
| 41 | Canada | CA | CAN |
| 42 | Cayman Islands (the) | KY | CYM |
| 43 | Central African Republic (the) | CF | CAF |
| 44 | Chad | TD | TCD |
| 45 | Chile | CL | CHL |
| 46 | China | CN | CHN |
| 47 | Christmas Island | CX | CXR |
| 48 | Cocos (Keeling) Islands (the) | CC | CCK |
| 49 | Colombia | CO | COL |
| 50 | Comoros (the) | KM | COM |
| 51 | Congo (the Democratic Republic of the) | CD | COD |
| 52 | Congo (the) | CG | COG |
| 53 | Cook Islands (the) | CK | COK |
| 54 | Costa Rica | CR | CRI |
| 55 | Croatia | HR | HRV |
| 56 | Cuba | CU | CUB |
| 57 | Curaçao | CW | CUW |
| 58 | Cyprus | CY | CYP |
| 59 | Czechia | CZ | CZE |
| 60 | Côte d'Ivoire | CI | CIV |
| 61 | Denmark | DK | DNK |
| 62 | Djibouti | DJ | DJI |
| 63 | Dominica | DM | DMA |
| 64 | Dominican Republic (the) | DO | DOM |
| 65 | Ecuador | EC | ECU |
| 66 | Egypt | EG | EGY |
| 67 | El Salvador | SV | SLV |
| 68 | Equatorial Guinea | GQ | GNQ |
| 69 | Eritrea | ER | ERI |
| 70 | Estonia | EE | EST |
| 71 | Eswatini | SZ | SWZ |
| 72 | Ethiopia | ET | ETH |
| 73 | Falkland Islands (the) [Malvinas] | FK | FLK |
| 74 | Faroe Islands (the) | FO | FRO |
| 75 | Fiji | FJ | FJI |
| 76 | Finland | FI | FIN |
| 77 | France | FR | FRA |
| 78 | French Guiana | GF | GUF |
| 79 | French Polynesia | PF | PYF |
| 80 | French Southern Territories (the) | TF | ATF |
| 81 | Gabon | GA | GAB |
| 82 | Gambia (the) | GM | GMB |
| 83 | Georgia | GE | GEO |
| 84 | Germany | DE | DEU |
| 85 | Ghana | GH | GHA |
| 86 | Gibraltar | GI | GIB |
| 87 | Greece | GR | GRC |
| 88 | Greenland | GL | GRL |
| 89 | Grenada | GD | GRD |
| 90 | Guadeloupe | GP | GLP |
| 91 | Guam | GU | GUM |
| 92 | Guatemala | GT | GTM |
| 93 | Guernsey | GG | GGY |
| 94 | Guinea | GN | GIN |
| 95 | Guinea-Bissau | GW | GNB |
| 96 | Guyana | GY | GUY |
| 97 | Haiti | HT | HTI |
| 98 | Heard Island and McDonald Islands | HM | HMD |
| 99 | Holy See (the) | VA | VAT |
| 100 | Honduras | HN | HND |
| 101 | Hong Kong | HK | HKG |
| 102 | Hungary | HU | HUN |
| 103 | Iceland | IS | ISL |
| 104 | India | IN | IND |
| 105 | Indonesia | ID | IDN |
| 106 | Iran (Islamic Republic of) | IR | IRN |
| 107 | Iraq | IQ | IRQ |
| 108 | Ireland | IE | IRL |
| 109 | Isle of Man | IM | IMN |
| 110 | Israel | IL | ISR |
| 111 | Italy | IT | ITA |
| 112 | Jamaica | JM | JAM |
| 113 | Japan | JP | JPN |
| 114 | Jersey | JE | JEY |
| 115 | Jordan | JO | JOR |
| 116 | Kazakhstan | KZ | KAZ |
| 117 | Kenya | KE | KEN |
| 118 | Kiribati | KI | KIR |
| 119 | Korea (the Democratic People's Republic of) | KP | PRK |
| 120 | Korea (the Republic of) | KR | KOR |
| 121 | Kuwait | KW | KWT |
| 122 | Kyrgyzstan | KG | KGZ |
| 123 | Lao People's Democratic Republic (the) | LA | LAO |
| 124 | Latvia | LV | LVA |
| 125 | Lebanon | LB | LBN |
| 126 | Lesotho | LS | LSO |
| 127 | Liberia | LR | LBR |
| 128 | Libya | LY | LBY |
| 129 | Liechtenstein | LI | LIE |
| 130 | Lithuania | LT | LTU |
| 131 | Luxembourg | LU | LUX |
| 132 | Macao | MO | MAC |
| 133 | Madagascar | MG | MDG |
| 134 | Malawi | MW | MWI |
| 135 | Malaysia | MY | MYS |
| 136 | Maldives | MV | MDV |
| 137 | Mali | ML | MLI |
| 138 | Malta | MT | MLT |
| 139 | Marshall Islands (the) | MH | MHL |
| 140 | Martinique | MQ | MTQ |
| 141 | Mauritania | MR | MRT |
| 142 | Mauritius | MU | MUS |
| 143 | Mayotte | YT | MYT |
| 144 | Mexico | MX | MEX |
| 145 | Micronesia (Federated States of) | FM | FSM |
| 146 | Moldova (the Republic of) | MD | MDA |
| 147 | Monaco | MC | MCO |
| 148 | Mongolia | MN | MNG |
| 149 | Montenegro | ME | MNE |
| 150 | Montserrat | MS | MSR |
| 151 | Morocco | MA | MAR |
| 152 | Mozambique | MZ | MOZ |
| 153 | Myanmar | MM | MMR |
| 154 | Namibia | NA | NAM |
| 155 | Nauru | NR | NRU |
| 156 | Nepal | NP | NPL |
| 157 | Netherlands (the) | NL | NLD |
| 158 | New Caledonia | NC | NCL |
| 159 | New Zealand | NZ | NZL |
| 160 | Nicaragua | NI | NIC |
| 161 | Niger (the) | NE | NER |
| 162 | Nigeria | NG | NGA |
| 163 | Niue | NU | NIU |
| 164 | Norfolk Island | NF | NFK |
| 165 | Northern Mariana Islands (the) | MP | MNP |
| 166 | Norway | NO | NOR |
| 167 | Oman | OM | OMN |
| 168 | Pakistan | PK | PAK |
| 169 | Palau | PW | PLW |
| 170 | Palestine, State of | PS | PSE |
| 171 | Panama | PA | PAN |
| 172 | Papua New Guinea | PG | PNG |
| 173 | Paraguay | PY | PRY |
| 174 | Peru | PE | PER |
| 175 | Philippines (the) | PH | PHL |
| 176 | Pitcairn | PN | PCN |
| 177 | Poland | PL | POL |
| 178 | Portugal | PT | PRT |
| 179 | Puerto Rico | PR | PRI |
| 180 | Qatar | QA | QAT |
| 181 | Republic of North Macedonia | MK | MKD |
| 182 | Romania | RO | ROU |
| 183 | Russian Federation (the) | RU | RUS |
| 184 | Rwanda | RW | RWA |
| 185 | Réunion | RE | REU |
| 186 | Saint Barthélemy | BL | BLM |
| 187 | Saint Helena, Ascension and Tristan da Cunha | SH | SHN |
| 188 | Saint Kitts and Nevis | KN | KNA |
| 189 | Saint Lucia | LC | LCA |
| 190 | Saint Martin (French part) | MF | MAF |
| 191 | Saint Pierre and Miquelon | PM | SPM |
| 192 | Saint Vincent and the Grenadines | VC | VCT |
| 193 | Samoa | WS | WSM |
| 194 | San Marino | SM | SMR |
| 195 | Sao Tome and Principe | ST | STP |
| 196 | Saudi Arabia | SA | SAU |
| 197 | Senegal | SN | SEN |
| 198 | Serbia | RS | SRB |
| 199 | Seychelles | SC | SYC |
| 200 | Sierra Leone | SL | SLE |
| 201 | Singapore | SG | SGP |
| 202 | Sint Maarten (Dutch part) | SX | SXM |
| 203 | Slovakia | SK | SVK |
| 204 | Slovenia | SI | SVN |
| 205 | Solomon Islands | SB | SLB |
| 206 | Somalia | SO | SOM |
| 207 | South Africa | ZA | ZAF |
| 208 | South Georgia and the South Sandwich Islands | GS | SGS |
| 209 | South Sudan | SS | SSD |
| 210 | Spain | ES | ESP |
| 211 | Sri Lanka | LK | LKA |
| 212 | Sudan (the) | SD | SDN |
| 213 | Suriname | SR | SUR |
| 214 | Svalbard and Jan Mayen | SJ | SJM |
| 215 | Sweden | SE | SWE |
| 216 | Switzerland | CH | CHE |
| 217 | Syrian Arab Republic | SY | SYR |
| 218 | Taiwan (Province of China) | TW | TWN |
| 219 | Tajikistan | TJ | TJK |
| 220 | Tanzania, United Republic of | TZ | TZA |
| 221 | Thailand | TH | THA |
| 222 | Timor-Leste | TL | TLS |
| 223 | Togo | TG | TGO |
| 224 | Tokelau | TK | TKL |
| 225 | Tonga | TO | TON |
| 226 | Trinidad and Tobago | TT | TTO |
| 227 | Tunisia | TN | TUN |
| 228 | Turkey | TR | TUR |
| 229 | Turkmenistan | TM | TKM |
| 230 | Turks and Caicos Islands (the) | TC | TCA |
| 231 | Tuvalu | TV | TUV |
| 232 | Uganda | UG | UGA |
| 233 | Ukraine | UA | UKR |
| 234 | United Arab Emirates (the) | AE | ARE |
| 235 | United Kingdom of Great Britain and Northern Ireland (the) | GB | GBR |
| 236 | United States Minor Outlying Islands (the) | UM | UMI |
| 237 | United States of America (the) | US | USA |
| 238 | Uruguay | UY | URY |
| 239 | Uzbekistan | UZ | UZB |
| 240 | Vanuatu | VU | VUT |
| 241 | Venezuela (Bolivarian Republic of) | VE | VEN |
| 242 | Viet Nam | VN | VNM |
| 243 | Virgin Islands (British) | VG | VGB |
| 244 | Virgin Islands (U.S.) | VI | VIR |
| 245 | Wallis and Futuna | WF | WLF |
| 246 | Western Sahara | EH | ESH |
| 247 | Yemen | YE | YEM |
| 248 | Zambia | ZM | ZMB |
| 249 | Zimbabwe | ZW | ZWE |
Guide fields on label

Response
Field Type Comments type String Values: success or error code String The 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. guideNumber String The guideNumber for Tracking API trackingNumber String The tracking number for delivery label Array Byte Label file in the specified labelType format; not included in the response if getLabel = false wsErrors List Contains error messages if type = error wsErrors[].code String Internal error code wsErrors[].type String Internal message type : error, warning, info. Its optional. wsErrors[].description String Description of the error code
Failed ResponsewsErrors elements
Field Name Type Comments type String Severity of the error code String Error code description String Description with more details of the detected error
Errors
Type Code Description error NJSONF The object recived doesn't look like a valid json error GONULL You must send to us a valid object of type Guide, please refer to documentation on: [URL API DOCS] error EXINSV The filed: InsuredValue must be an object ( [MESSAGE] ) to see the schema for this object refer to: [URL API ] getInsuredValueScheme error NIVV The filed: InsuredValue.Value in the guide object can't be null, must be defined error IVNN The filed: InsuredValue.Value in the guide must be numeric and is required ( [MESSAGE] ) error NIVT The filed: InsuredValue.Code in the guide object can't be null, must be defined error EXPT The filed: PackageType must be an object ( [MESSAGE] ) to see the schema and posible values for this object refer to: [URL API] getPackageTypes error NOPT The filed: PackageType in the guide object can't be null, must be defined error NPTI The filed: PackageType.id in the guide must be numeric and is required ( [MESSAGE] ) error FLNI If you include the filed: flag in the guide it must be an integer error FLNI If you include the filed: format_B64 in the guide it must no to be empty error CODERR If you include the COD cost it must be a float value error EXIM The filed: infoMERQ must be an object ( [MESSAGE] ) error EXADDT The filed: Sender must be an object ( [MESSAGE] ) to see the schema for this object refer to: [URL API] getAddressScheme error NOADDT The filed: Sender in the guide object can't be null, must be defined error EXRECE The filed: Receiver must be an object ( [MESSAGE] ) to see the schema for this object refer to: [URL API] getAddressScheme error NORECE The filed: Receiver in the guide object can't be null, must be defined error PRSERR We can't parse your json to our guide object by an unexpected exception: ( [MESSAGE] ) error EMPTYPROD There are no products in stock for product : [SKU PRODUCT] warning STNOTMDP We 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 warning STNOTMDP We 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 error NOSTONURS We can't find the service type ( [SERVICE ID] ) on the list of services assigned to your user error NOCPFOUND We can't find the zip code that you're looking for please verify if it is correct warning NOSTFOUND We can't find any service type assigned to your user error NOCPFOUND We can't find the zip code that you're looking for please verify if it is correct error NOFDXKEY The keys id:3 is not found error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS DE id:3 error NORPKEY The keys id:4 is not found error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS DE id: 4 error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 13 error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 11 error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 11 error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 19 error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 19 error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 34 error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 73 error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LAS TARIFAS 73 error EXCES OCURRIO UNA EXCEPCION AL OBTENER LAS TARFIAS error EXCEPTION OCURRIO UNA EXCEPCION AL OBTENER LA COBERTURA warning RESTZONE We 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 error NOFDXKEY The keys id:3 is not found error ERRESTC We can't consume the extended data from our deliveryPartner error NORPKEY The keys id:4 is not found error ERRESTC We can't consume the extended data from our deliveryPartner error ERRQPC We can't consume the extended data from our deliveryPartner error ERRCOG We can't recover the id: 11 format for guide: [GUIDE NUMBER] and tracking code: [CLIENT REFERENCE] error ERRPXC We can't consume the extended data from our deliveryPartner 11 error ERRESTC We can't consume the extended data from our deliveryPartner 19 error ERRESTC We can't consume the extended data from our deliveryPartner 21 error ERRESTC We can't consume the extended data from our deliveryPartner 21 error ERRESTC We can't consume the extended data from our deliveryPartner 73 error ERRESTC We can't consume the extended data from our deliveryPartner 13 error ERRSCM We can't consume the extended data from our deliveryPartner 32 error ERRSNDX We can't consume the extended data from our deliveryPartner 34 error ERRPORTEO We can't consume the extended data from our deliveryPartner 136 error ERRESTC We can't consume the extended data from our deliveryPartner 137 error ERRCAPO API MESSAGE 3 : [API MESSAGE] error APICODE3-[EXCEPTION CODE] API MESSAGE 3 : [API MESSAGE] error APICODE4-[EXCEPTION STATUS] API MESSAGE 4 : [API MESSAGE] error OVERW The weight is over the permited by the contract error APICODE11-[API MESSAGE TYPE] API MESSAGE 11 : [API MESSAGE] error APICODE11-[API MESSAGE TYPE] API MESSAGE 11 : [API MESSAGE] error ESTFERR API MESSAGE 19 : [API MESSAGE] error DHLMSG API MESSAGE 21 : [API MESSAGE] error EXCEPTION EXCEPTION MESSAGE 73 : [EXCEPTION MESSAGE] error EXC_ERR EXC-[EXCEPTION MESSAGE] error SCMERR API MESSAGE 32 : [API MESSAGE] error EXCEPTION API MESSAGE 34 : [API MESSAGE] error NOIATA THE FIELD IATA IS NOT RECEIVED ON THE RESULT OF THE WEB SERVICE error NOIATA THE FIELD IATA IS NOT RECEIVED ON THE RESULT OF THE WEB SERVICE error APICODE34-[API MESSAGE TYPE] API MESSAGE 34 : [API MESSAGE] error EXCEPTION API MESSAGE 34 : [API MESSAGE] error EXCEPTION THE WEB SERVICE DOES NOT RETURN THE FIELDS REQUIRED TO PRINT THE LABEL error porteoERRPN Error, no se ha generado al guia en el DP error porteoERRPN Error, no se ha generado al guia en el DP error porteoERRPN error, no se ha parsear la respuesta desde el webService del DP error porteoERRPN Error, no se ha generado al guia en el DP error ERR API MESSAGE 137 : [API MESSAGE] error ERR API MESSAGE 137 : [API MESSAGE] error ERR We try to create the guide for J&T but it fail error ERR [MESSAGE ERROR] warning ERRESTC We can't consume the extended data from our deliveryPartner 182 error ERR We try to create the guide for J&T but it fail warning ERRESTC We can't consume the extended data from our deliveryPartner 182 error ERRMUE MalformedURLException : [MESSAGE] error ERRIOE IOException : [EXCEPTION] error ERRGNC Guia no creada error ERRAPI250-[CODE] [API MESSAGE] warning ERRESTC We can't consume the extended data from our deliveryPartner 250 warning NQUOF We don't have coverage on this area with your assigned deliveryPartner error EMPTYPROD The product not found: [PRODUCT SKU] error GUIDE EXIST The guide already exist error EMPTYPROD The list of products is empty, please rectify error WARELF We can't render the label to: [GUIDE NUMBER] we are returning the standard pdf file warning ORDEREC We detect your org use a unique reference, and we recover the last register created under it: [CLIENT REFERENCE] error CDESRVNN The value you are sending in the code field of the serviceType object must be numeric, please verify it. error CDESRVNV The value you are sending in the code field of the serviceType object is not valid, please verify it warning ONBRAKETIME The last transaccions is taking more than your timeout waiting time, please wait until the server restore the performance warning NZIPC The filed: ServiceType in the guide object is null, it could be because we don't have coverage on this area error NOSERV The user: [USERNAME] doesn't have the serviceType: [SERVICE ID] required to create this order warning NOLBLN We detect your org use their own lable and as no format needed, if it is not true please inform us please error ERRFC We can't create the attached label file: [EXCEPTION MESSAGE] warning WARELF We can't render the label to: [GUIDE NUMBER] we are returning the standard pdf file error ERRSG We can't create the order guide, please contact with the IT team of Hound Express to report an solve it: [EXCEPTION MESSAGE] warning NZIPC The 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 warning NQUOF We don't have coverage on this area with your assigned deliveryPartner error Invalid User The user does not have permission to use WMS error Null Object The guide object is null error Empty Products Products are required error Quantity Missing Quantity is required error Identifier Missing Identifier is required error Empty Receiver Receiver is required error Zip Missing Zip is required error Country Missing Country is required error County Missing County is required error Street Number Missing Street Number is required error Apartment Number Missing Apartment Number is required error State Missing State is required error City Missing City is required error Receiver Name Missing Receiver Name is required error Phone Missing Phone is required error Service Type Missing Service Type is required error Exception [EXCEPTION MESSAGE] error ERRCGD We can't create the order, please contact with the IT team of Hound Express to report an solve it