Handle Amazon Seller feed changes without changing your code.

Amazon has deprecated product and inventory feeds for Sellers without an easy way to transition to their new JSON-based feeds. We did the painstaking research so you don't have to.

It's this easy to switch to the
JSON_LISTINGS_FEED
:
use SellingPartnerApi\FeedTransformer\Transformer;

$json = Transformer::fromFile(
    'POST_PRODUCT_IMAGE_DATA',  // Old feed type
    'path/to/old/feed.xml',     // Path to old feed file
    'ATVPDKIKX0DER'             // Amazon marketplace ID
);
Copied!
XML and flat-file feeds.
No matter what feed format you're using, we can turn it into something Amazon will accept forever. If your existing system works for you, keep it.
Minimal dependencies.
The only things you need to get started are PHP 7.1+ and Composer.
This tool does not depend on any other Composer packages.
Buy once, use forever.
This isn't another SaaS app that inflates your monthly spend. Once you buy a particular feed transformer, you can keep the code forever.

XML feeds

$299

POST_INVENTORY_AVAILABILITY_DATA

$299

POST_PRODUCT_PRICING_DATA

$299

POST_PRODUCT_IMAGE_DATA

$299

POST_PRODUCT_RELATIONSHIP_DATA

Flat-file feeds

$299

POST_FLAT_FILE_INVLOADER_DATA

$299

POST_FLAT_FILE_PRICEANDQUANTITYONLY_UPDATE_DATA

Questions? Email us at hi@highsidelabs.co.

Coming soon...

Feed format

POST_PRODUCT_DATA

Feed format

POST_FLAT_FILE_BOOKLOADER_DATA

Feed format

POST_FLAT_FILE_CONVERGENCE_LISTINGS_DATA

Feed format

POST_UIEE_BOOKLOADER_DATA

Feed format

POST_FLAT_FILE_LISTINGS_DATA