Set Ozon delivery city
ozon_set_cityChange the delivery city for an Ozon session to get correct pickup points and delivery options. Select from search results, optionally bias by address, and refresh product details/offers.
Instructions
Change delivery city for the session (picks a pickup point via Ozon map). Call ozon_search_cities first to show the user valid options from Ozon. Pass address to bias PVZ toward a street/district (e.g. city=Зеленоград, address="Заводская 14к2"). Returns requestedCity and location { city, region, pickupAddress }. Affects delivery in ozon_product_details / ozon_product_offers. Takes ~20–40s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Optional lat from ozon_search_cities (exact match) | |
| lng | No | Optional lng from ozon_search_cities (exact match) | |
| city | Yes | City name from ozon_search_cities results, e.g. "Казань" | |
| address | No | Optional street/district to bias PVZ, e.g. "Заводская улица 14к2" or "8 микрорайон" |