Shipping zones: ZIP Code Restrictions
You can limit shipping to specific ZIP/postal codes using three formats. Enter one restriction per line.
1. Exact ZIP Code
Enter the exact ZIP code to match.
Example:
23000
90210
SW1A 1AAMatches:
- 23000 ✅
- 90210 ✅
- SW1A 1AA ✅
2. ZIP Code Range
Use two dots (..) to define a numeric range. Works only with numeric ZIP codes.
Format: MIN..MAX
Example:
20000..90000
1000..1999Matches:
- 20000 through 90000 ✅
- 1000 through 1999 ✅
- 25000 ✅ (within range)
- 500 ❌ (below range)
- 95000 ❌ (above range)
3. Wildcard Pattern
Use an asterisk (*) to match any characters after a prefix. Useful for matching ZIP codes that share a prefix.
Format: PREFIX*
Example:
CT10*
SW1*
902*Matches:
- CT10* matches: CT10 1EX, CT101EX, CT10-1AA, CT10ABC ✅
- SW1* matches: SW1A 1AA, SW1A1AA, SW1B 2BB ✅
- 902* matches: 90210, 90211, 90212-3456 ✅
Note: The wildcard matches from the start of the ZIP code. CT10* matches any ZIP code starting with CT10, regardless of spaces, dashes, or additional characters.
Multiple Restrictions
Enter multiple restrictions, one per line. A ZIP code matches if it matches any line.
Example:
23000
20000..25000
CT10*
SW1*Matches: Any ZIP code that is:
- Exactly 23000, OR
- Between 20000 and 25000 (inclusive), OR
- Starts with CT10, OR
- Starts with SW1