Pickup points, branches, and their display

Store pickup points can be easily added using the DELIVERY tag. Simply insert the correct pickup point in the required format into your XML file and we will take care of loading all pickup points for a particular shipping courier.

Only list pickup points for products that you can actually deliver to the given pickup point. Do not list pickup points for oversized products that the given pickup point is unable to accept and deliver.

For example, let’s use Zásilkovna. It has two tags.

The first one is the delivery to address option

  1. To address: <DELIVERY_ID>ZILKOVNA_NA_ADRESU</DELIVERY_ID>
  2. Pickup point: <DELIVERY_ID>ZALIKOVNA</DELIVERY_ID>

It is important that you know how to list individual pickup points on our site. If they are not in the required format, they will not be displayed.

Do not forget to also include the price for in person collection at pickup points in case of payment in advance (DELIVERY_PRICE) and the price for in person collection at pickup points in case of payment on delivery (DELIVERY_PRICE_COD).

For example:

<DELIVERY>
<DELIVERY_ID><DELIVERY_ID>
<DELIVERY_PRICE><50></DELIVERY_PRICE>
<DELIVERY_PRICE_COD><79></DELIVERY_PRICE_COD>

Pickup points are displayed directly on the product card. Customers can easily filter the city they are interested in and select a specific pickup point.

If your store has its own branches, you can simply add them in the administration in the “branches” section.

If you have multiple branches and don’t want to enter them manually, you can use DepotAPI. To set it up, you need to prepare an interface, more information can be found here: https://github.com/heureka/depotapi  

Then please contact us at [email protected]


Was this article helpful?


Související články

Basic XML File Specifications

Example of a basic XML file structure: To import products into our search engines, it’s necessary to have a so-called XML file (or XML FEED), which is a simple data format used to provide us with information about your goods and their prices. T…

Feed integration requirements

To ensure the correct downloading of XML feeds, you need to verify the following requirements: Heurekabot Heurekabot-Feed Its task is to download XML feeds so we can display information about your offers on www.heureka.sk.  On the visited web servers…

Availability XML File Specifications

Detailed information about the availability of goods in the e-shop and at individual brick-and-mortar branches can be transmitted via a separate XML file. This file is automatically generated from your site, so consult your webmaster about its creati…