Delivery areas

Creating an area

  1. In the Stores tab, select the desired store with the Delivery by Store delivery type (identified by icon in the store card).

  2. In the store card, click Create Area.

    store-card

  3. In the New Delivery Area form, complete the following fields:

    • Area name.

    • Average order picking and delivery time to the farthest point within the area.

      Tip

      You can estimate delivery time using Yandex Maps:

      1. Plot a route from the store address to the farthest point within the delivery area.

      2. Select the delivery method: foot, bike, or car.

      3. Add your average order picking time to the calculated transit time.

    • Courier type.

    • In the Delivery Terms section, specify the desired terms for each zone.

      Note

      Multiple delivery conditions can be added.

    • In the Coordinates section, enter the delivery area coordinates.

      To define a delivery area and obtain coordinates, use https://geojson.io:

      1. Click Draw Polygon .

      2. Mark at least four points on the map, ensuring the first and last points coincide.

      3. Edit the area by clicking .

      4. Use the coordinates obtained in one of two ways:

        1. Copy the coordinates.

        2. Create a .json file and paste the coordinates into it.

        3. In the New Delivery Area form, choose File Upload.

        4. Click Select File and upload your file.


        File example
        {
          "type": "FeatureCollection",
          "features": [
            {
              "type": "Feature",
              "properties": {},
              "geometry": {
                "coordinates": [
                  [
                    [
                      37.57436100472745,
                      55.784473208045625
                    ],
                    [
                      37.595589760815756,
                      55.79021410503216
                    ],
                    [
                      37.582493618693235,
                      55.798606878268004
                    ],
                    [
                      37.57436100472745,
                      55.784473208045625
                    ]
                  ]
                ],
                "type": "Polygon"  
              }
            }
          ]
        }
        

        Note

        If errors occur, check the coordinates under the Manual Input tab.

        Paste the coordinates into the fields provided, separating the coordinates by commas.

Interface example

create-new-delivery-area

Editing an area

  1. In the store card, in the delivery areas section top right, click .

    edit-area

  2. Modify the form fields as needed.

    Alert

    The Courier Type field cannot be changed. To use a different courier type, create a new area and delete the old one.

  3. Update the delivery area coordinates.

Deleting an area

  1. In the store card, in the delivery areas section top right, click .
  2. At the bottom, click Delete Area.
  3. Click Save.

delete-area

Questions and answers

I can't edit an area

Contact support, describe the issue, and include the coordinates.

How to create different areas with different schedules?

Contact support, provide details and attach relevant information.

How to copy areas for other stores?

Copy the data from the Manual Input tab containing the coordinates of the current area.