---
title: "WT JoomShopping Export YML - export JoomShopping products to YML - WebTolk websites development, Joomla Extensions"
description: "WT JoomShopping Export YML creates a YML/XML feed from JoomShopping products, supports the current Yandex Market schema, legacy IMAUD compatibility, and Joomla scheduled generation."
url: "https://web-tolk.ru/en/dev/joomshopping/wt-joomshopping-export-yml"
date: "2026-06-28T23:42:35+00:00"
language: "en-GB"
---

# WT JoomShopping Export YML

- **Category:** [JoomShopping](https://web-tolk.ru/en/dev/joomshopping)
- **Version:** 1.0.0
- **Date:** 28 June 2026

9 7 CTR 129% Pack Free

[Download](https://web-tolk.ru/en/get?element=wtjshoppingexportyml)[Versions](https://web-tolk.ru/en/dev/joomshopping/wt-joomshopping-export-yml/versions)

Quick start for exporting JoomShopping products to YML: package installation, profile setup, first run, and scheduled generation.

## Description

WT JoomShopping Export YML creates a YML/XML product feed from JoomShopping for external marketplaces and catalog services. The extension is installed as a Joomla package, adds a JoomShopping Import/Export profile, and can generate the feed manually or on schedule.

The profile lets you configure the file name, product language, currency, YML schema, categories, products, images, descriptions, stock, prices, delivery terms, and additional offer fields.

### System Requirements

- Joomla 5.0 or newer.
- PHP 8.1 or newer.
- Installed JoomShopping component.
- Administrator permissions to manage JoomShopping and import/export settings.

### Quick Start

1. Install the package through the standard Joomla installer.
2. Open the JoomShopping import and export tools.
3. Select the `WT Export YML` profile.
4. Set the export file name, product language, and feed currency.
5. Enable the required categories and products, then configure images, descriptions, stock, prices, and delivery terms.
6. Save the profile and run YML generation.

### Scheduled Generation

To update the feed automatically, create a Joomla task and select the `WT Export YML` profile. The task uses the same settings as manual generation from the profile.

## Joomla

 **Extension type:** Package **Package composition:** File, Plugin **Joomla version:** 6.1.1

## What's new

 2026-06-28 22:57:37

Addition

### Initial version

First extension version

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/joomshopping",
                "name": "JoomShopping"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "name": "WT JoomShopping Export YML"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/joomshopping/wt-joomshopping-export-yml",
            "name": "WT JoomShopping Export YML - export JoomShopping products to YML - WebTolk websites development, Joomla Extensions",
            "description": "WT JoomShopping Export YML creates a YML/XML feed from JoomShopping products, supports the current Yandex Market schema, legacy IMAUD compatibility, and Joomla scheduled generation.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "WT JoomShopping Export YML",
            "url": "https://web-tolk.ru/en/dev/joomshopping/wt-joomshopping-export-yml",
            "description": "Quick start for exporting JoomShopping products to YML: package installation, profile setup, first run, and scheduled generation.",
            "applicationCategory": "JoomShopping",
            "softwareVersion": "1.0.0",
            "downloadUrl": "https://web-tolk.ru/en/get?element=wtjshoppingexportyml",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 9
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 8
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/joomshopping/wt-joomshopping-export-yml"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "1.0.0",
            "isAccessibleForFree": true,
            "keywords": [
                "JoomShopping",
                " YML",
                " Yandex Market",
                " product export",
                " Joomla",
                " Webtolk"
            ]
        }
    ]
}
```
