Often times you might have thousands of zip codes in your delivery zone. Configuring all of those could be a time consuming task. Also in terms of performance, it's not good to have so many search terms as customers might see a delay when they try to validate their zip code against thousands of zip codes.


We strongly recommend using zip code partial matching feature for better performance.


Instead of specifying


10011, 10012, 10013, 10014, 10015, 10016, 10017, 10018, 10019


you could just say


100** or 1001*


You can find more information about this feature below along with some samples, don't hesitate to reach out if you have any question.


  • * represents number of characters. If you need partial match for 3 digits/characters, you would specify ***
  • * has to be towards end. It's wouldn't work when in middle of digits/characters. Ex. 98*63, 82**5 wouldn't work.