Ecuadorian addresses name a main street and a cross street joined by y (and), and the six-digit postal code carries the province in its first two digits. Quito adds an alphanumeric grid on top. Here is the correct structure, a real example, and the mistakes that cause returns.
An Ecuadorian label runs recipient, the main street and number with the y cross street, then the six-digit code and city, and the country.
Andrés Vera personal or business recipientEjemplo Cía. Ltda. optional, above the street lineAv. 9 de Octubre 1234 y García Moreno main street and number, then <code>y</code> (and) the nearest cross street090105 Guayaquil 6-digit code, first two identify the province, then the cityECUADOR required for inbound international shipmentsEcuador's six-digit postal code encodes the province in its first two digits, which is why there is no separate province line. Adoption is low, so couriers route on the city, street and cross street, with the code as support.
Format: 6 digits, for example 090105, where the first two digits identify the province (09 = Guayas, 17 = Pichincha).
Validation regex: ^\d{6}$
Watch for: codes truncated below six digits, or a province prefix that does not match the city.
The country-specific rules that generic autocomplete and single-line address fields tend to get wrong.
Ecuadorian addresses give the main street and number, then y (and) the nearest cross street: Av. 9 de Octubre 1234 y García Moreno. The cross street is how couriers find the door, so it is not optional.
Quito addresses use codes like N24-03 or E5-12, where the letter marks the sector (N = norte, E = este) and the numbers the block and door. Treat each as a single token; do not strip the letter or hyphen.
Ecuador's postal code is six digits and the first two identify the province (09 = Guayas, 17 = Pichincha). There is no separate province line because the code carries it, so keep all six digits.
Postal code adoption is low in Ecuador; couriers route on city, street and cross street. Include the six-digit code when you have it, but the street-and-cross-street pair carries the delivery.
Each of these passes a basic "is this field filled in" check but fails at the carrier, turning into a redelivery, a return, or an address correction fee.
y García Moreno reference leaves the courier without the intersection needed to find the door.N24-03 corrupts the address.090105) breaks the province-level sort.García and Garcia across systems can cause mismatches.How the major carriers handle Ecuador addresses, and what your label needs to satisfy each one.
One of the largest domestic courier networks. It routes on city, street and cross street, so a complete address matters more than the postal code.
Major national couriers for ecommerce last-mile delivery. They depend on the full street, cross street and city.
International carriers for inbound shipments. Include the country line; they surcharge address corrections when the city or street is unclear.
Address Guard checks Ecuador addresses against carrier and postal databases before the order ships, normalizes the format, and flags the errors that cause failed deliveries. 240+ countries, $0.05 per check.
Part of the Address Guard international address format guide, covering 240+ countries.