Method: Mercadolibre::Core::Locations#search_zip_codes
- Defined in:
- lib/mercadolibre/core/locations.rb
#search_zip_codes(country_id, zip_code_from, zip_code_to) ⇒ Object
24 25 26 27 28 29 |
# File 'lib/mercadolibre/core/locations.rb', line 24 def search_zip_codes(country_id, zip_code_from, zip_code_to) get_request("/countries/#{country_id}/zip_codes/search_between", { zip_code_from: zip_code_from, zip_code_to: zip_code_to }).body end |