# unbxd/magento2-product-feed

> The Magento 2 module, which provides possibility for synchronization product catalog with Unbxd service

`composer require unbxd/magento2-product-feed`

Canonical URL: https://packagento.com/unbxd/magento2-product-feed

## At a glance

- **Vendor**: unbxd (https://packagento.com/unbxd.md)
- **Latest version**: 2.0.50.2 — released 2026-06-25
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/unbxd/magento2-product-feed and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require unbxd/magento2-product-feed:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## What it does

The Magento 2 module, which provides possibility for synchronization product catalog with Unbxd service

## README

[![Latest Stable Version](https://poser.pugx.org/unbxd/magento2-product-feed/v/stable)](https://packagist.org/packages/unbxd/magento2-product-feed)
[![Total Downloads](https://poser.pugx.org/unbxd/magento2-product-feed/downloads)](https://packagist.org/packages/unbxd/magento2-product-feed)
[![License](https://poser.pugx.org/unbxd/magento2-product-feed/license)](https://packagist.org/packages/unbxd/magento2-product-feed)
[![composer.lock](https://poser.pugx.org/unbxd/magento2-product-feed/composerlock)](https://packagist.org/packages/unbxd/magento2-product-feed)

This module provide possibility for synchronization product catalog with Unbxd service.

Support Magento 2.1.\* || 2.2.\* || 2.3.\* || 2.4.\*

## Installation Guide

#### Install by composer

```
composer require unbxd/magento2-product-feed
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

#### Manual installation

1. Download this module [Link](https://github.com/unbxd/Magento-2-Extension/archive/2.0.50.2.zip)
3. Unzip module in the folder:

    app\code\Unbxd\ProductFeed

4. Access the root of you Magento 2 instance from command line and run the following commands:

```
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

5. Configure module in backend

## Changelog

### 2.0.50.2 - Jun 25, 2026
- Updated child roll up configuration for multi store attributes as well
### 2.0.50.1 - May 21, 2026
- extended support for phrase object
### 2.0.50 - May 1, 2026
- Update the support for php 8.4
### 2.0.49 - Mar 16, 2026
- Enable end feed file update for full sftp
### 2.0.48 - Mar 13, 2026
- Disable end file update for sftp
### 2.0.47 - Mar 9, 2026
- Percentage of products queued up in delta compared to full catalog size, when crossed the plugin would run a full feed skipping incremental.
### 2.0.46 - Feb 26, 2026
- Updated the sftp full indexing to close the feed view job
### 2.0.45 - Jan 27, 2026
- Updated the attribute lookup to only fetch value if the product is listed on the store.
### 2.0.44 - Dec 17, 2025
- Updated adhoc incremental to build and index to the respective store id
- Handle new backend model in attribute introduced in 2.4.8 for url_key
- reduced the log noise in price fall back handler
- Skipped forceful conversion of object data to string within data handler when not multi values.
### 2.0.43 - Oct 10, 2025
- Updated price to be numerals
### 2.0.42 - Sep 16, 2025
- Removed code which are obsolete 
### 2.0.41 - July 31, 2025
- Updated console warning based on the correct scope.
### 2.0.40 - July 30, 2025
- Patched config lookup to be at store scope where applicable.
### 2.0.39 - July 30, 2025
- Added end time stamp file for sftp multi part upload.
### 2.0.38 - July 23, 2025
- Throttled delta indexing in sizes of 2000 in a feed call
### 2.0.37 - July 22, 2025
- Updated incremental to send the add and delete action in seperate request
### 2.0.36 - Jun 17, 2025
- Provided option to not do camelcase conversion
### 2.0.35 - Feb 13, 2025
- Updated SFTP support for multi upload
### 2.0.34 - Jan 31, 2025
- PHP8.3 support
### 2.0.33 - Jan 2, 2025
- Patch update
### 2.0.32 - Dec 17, 2024
- Multi Store inventory setup
### 2.0.31 - Nov 18, 2024
- Support for /delta sftp structure for incrementals
### 2.0.30 - Nov 18, 2024
- Support for /delta sftp structure for incrementals
### 2.0.29 - Sep 27, 2024
- Failsafe mechanism when no products to index
### 2.0.28 - Sep 10, 2024
- Added Auto archival mechanism
### 2.0.27 - Jul 3, 2024
-  Fixed multi part upload failure when clean up option enabled
### 2.0.26 - May 3, 2024
-  Optimized unbxd product indexer to clean up duplicate product entity ids efficently
### 2.0.25 - Mar 3, 2024
-  Support for php8.2.0 
### 2.0.24 - Jan 3, 2024
-  Added config option to optional exclude schema from catalog 
### 2.0.23 - October 10, 2023
-  Added fail safe logic if area code is set by third party extensions incorrectly
-  Removed default schedule for reprocess cron
-  Updated unbxd indexer  dependency with catalog  rule
-  Fixed php8.1 compatibility scenario for inline blocks
### 2.0.22 - August 29, 2023
-  Support for ability to enable SFTP for Incremental / Full
-  Support to upload file to sftp endpoint instead of direct api call
-  Ability to append non product content documents into unbxd
### 2.0.21 - August 10, 2023
- Support for Multi-Store Single Site Indexing
### 2.0.20 - August 07, 2023
- Support for dynamic attributes
### 2.0.19 - July 29, 2023
- Fixed fetching of product attribute value if only set at a given store scope and has no default value
- Skip products which are disabled only at store scope
- Restrict Not visible individual products from feed in a multi locale site setup
### 2.0.18 - July 11, 2023
- Restrict Not visible individual products from feed in a multi locale site setup
### 2.0.17 - July 3, 2023
- Restrict product count in incremental sync to 10K
### 2.0.16 - June 26, 2023
- Removed trailing comma on constructor arguments, fixed a couple of bugs
- Add missing child products which could get truncated due to batching in multipart
### 2.0.15 - June 14, 2023
- Support to restrict maximum number of variants per product
### 2.0.14 - May 24, 2023
- Support

_(Changelog truncated for .md surface. Full history on https://packagento.com/unbxd/magento2-product-feed.)_

## Recent Versions

| Version | Released |
|---|---|
| 2.0.50.2 | 2026-06-25 |
| 2.0.57 | 2026-06-25 |
| 2.0.45.1 | 2026-06-02 |
| 2.0.50.1 | 2026-05-21 |
| 2.0.56 | 2026-05-21 |
| 2.0.55 | 2026-05-18 |
| 2.0.54 | 2026-05-15 |
| 2.0.53 | 2026-05-12 |
| 2.0.52 | 2026-05-12 |
| 2.0.51 | 2026-05-05 |

Showing 10 of 151 versions. Full release history on https://packagento.com/unbxd/magento2-product-feed.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| php | ~7.3.0\|~7.4.0\|~8.0.0\|~8.1.0\|~8.2.0\|~8.3.0\|~8.4.0 |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["unbxd/magento2-product-feed"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

unbxd is a Magento 2 vendor on Packagento. See https://packagento.com/unbxd.md for their full catalogue.

