Heureka Availability Feed
The Heureka Availability Feed provides real-time stock and delivery information to Heureka. It is a separate feed from the main Heureka product feed and focuses exclusively on product availability, stock quantities and delivery deadlines.
Enabling the Feed
Section titled “Enabling the Feed”- Go to WooCommerce → Settings → Wpify Woo → Global Feed Settings
- Enable Heureka Availability Feed in the Enabled feeds setting
- Save changes
Once enabled, the settings appear as a sub-tab within the Heureka Feed tab.
Settings
Section titled “Settings”| Field | Description |
|---|---|
| Business days | Select all days of the week when your warehouse processes orders. Used to calculate the next order deadline. |
| Closing hour | Time in HH:MM format after which orders are processed on the next business day (e.g., 14:00 means orders placed after 2 PM are shipped on the next business day). Default: 00:00. |
Feed Generation
Section titled “Feed Generation”The availability feed is automatically regenerated once per day via Action Scheduler. You can also generate it manually by clicking the Generate feed button in the settings.
The feed file is stored at: wp-content/uploads/xml/feed_heureka_availability_{blog_id}.xml
XML Output Format
Section titled “XML Output Format”The feed outputs an XML file with the following structure for each product:
| Element | Description |
|---|---|
| feed_product_id | WooCommerce product ID |
| delivery_time | Calculated delivery date and time. Also includes an orderDeadline attribute with the next order deadline. |
| stock_quantity | Current stock quantity (only included when stock is greater than 0) |
Delivery Time Calculation
Section titled “Delivery Time Calculation”The plugin calculates delivery time based on:
- Order deadline — next business day at the configured closing hour
- Delivery offset — number of days for delivery (from Heureka Feed delivery time settings)
- Final delivery time = order deadline + delivery offset
For out-of-stock or backorder products, the out-of-stock delivery time offset is used instead.
Product Exclusion
Section titled “Product Exclusion”| Option | Description |
|---|---|
| Exclude out of stock items | Exclude products with no stock |
| Exclude items on backorder | Exclude products with “On backorder” status |