- Extensions
- Magento
Magento 2 module to sell on Exantrix
The Exantrix module for Magento 2 (Adobe Commerce and Magento Open Source) sends your active simple products to the Exantrix marketplace, keeps your stock up to date on every save and notifies every paid order by email, with the details in your seller area.
Download the Magento module (version 1.0.0, free)
GitHub: github.com/tony-dev-web/exantrix-marketplace-magento
What the module does
- Sends the whole catalogue in batches (active simple products with a SKU) with bin/magento exantrix:sync, then on every product save (catalog_product_save_after observer).
- Stock synced on every stock item save, full sync every night through the Magento cron.
- Exantrix orders received on /exantrix/commande (HMAC-SHA256 signed JSON), logged and emailed to the store general contact.
- API token encrypted in the Magento configuration, revocable from your seller area.
Installation
- Download the archive below and copy the Exantrix/Marketplace folder into app/code/ (or composer require exantrix/module-marketplace).
- Run bin/magento module:enable Exantrix_Marketplace, then bin/magento setup:upgrade and bin/magento cache:flush.
- In Stores > Configuration > Exantrix > Marketplace Exantrix, paste the API token generated in your seller area and choose the Exantrix category of your products.
- Enter https://your-store/exantrix/commande in your seller area (order notification field).
- Run bin/magento exantrix:sync. Exantrix reviews new products before they go live.
Requirements
Magento 2.4 or later (Open Source or Adobe Commerce), PHP 7.4 or later, a validated Exantrix seller account with an active Stripe payment account.
Not a seller yet? Signing up is free, with no subscription and a 15% commission on sales only. Other platforms: WooCommerce · PrestaShop · Shopify · Drupal Commerce · all extensions.
Frequently asked questions
Are configurable products sent?
No, only active simple products with a SKU. Variants will be supported in a later version.
Which price is sent?
The product final price, tax-included according to your store tax configuration.
Do Exantrix orders create a Magento order?
Not in this version: you receive each order by email and in your seller area, where you enter the shipping. The API also lets you script it.