What is the Magento Marketplace?
The Adobe Commerce Marketplace (formerly “Magento Marketplace”, now at commercemarketplace.adobe.com) is Adobe’s official extension, theme, and service store for Magento 2 and Adobe Commerce. Third-party vendors submit extensions; Adobe runs a two-stage review, Tech Review (Magento Coding Standard, PSR-12, MFTF tests) and Marketing Review (listing copy, screenshots, demo). Approved extensions go live for purchase; Adobe takes a 30% commission. As of 2026: ~3,500 extensions, ~1,200 themes, ~800 services live.
- Official URL commercemarketplace.adobe.com
- Review stages Tech Review + Marketing Review
- Adobe cut 30% commission, vendor keeps 70%
Five steps from vendor signup to live listing
The Marketplace submission flow is documented but slow on first contact. Here is the end-to-end path from a vendor's point of view.
01Sign up at commercemarketplace.adobe.com as a Developer
Create an Adobe ID and register the developer / company profile at commercemarketplace.adobe.com. Adobe asks for company legal name, tax / VAT identity, payout banking details, and a support contact email that will be exposed publicly on every listing. Solo developers can register as an individual but most agencies register as a company so payouts route through the business bank account.
02Submit composer.json + zipfile + version manifest via the developer portal
In the developer portal click Add Extension, then upload three artefacts: a valid composer.json with module name, version, Magento compatibility ranges, and licence; a zipfile of the extension source (no vendor/, no node_modules/); and a version manifest declaring what changed since the previous release. Pricing, support contract terms, and demo URL are entered in the same form.
03Tech Review (~7 business days), automated + manual
Adobe’s Tech Review runs the Magento Extension Quality Program (MEQP) suite automatically: phpcs --standard=Magento2 against the Magento Coding Standard, phpstan, PSR-12 formatting, the MFTF acceptance tests you shipped, plus a malware / obfuscation scan. A human reviewer then checks for breaking-change risk, security issues (CSRF, SQLi, XSS), and ACL coverage on admin controllers. Any failure bounces the submission back with a report.
04Marketing Review (~3 business days), listing copy + screenshots
Once Tech passes, Marketing Review checks the public-facing listing: title length, description grammar, feature bullet quality, at least three screenshots at 1280×800 or larger, a working demo URL, pricing that matches the support contract, and the user-guide PDF link. Trademark misuse (calling something “Adobe Official” when it’s not) is the most common Marketing rejection.
05Live on Marketplace; Adobe pays out monthly (70% to vendor)
After both reviews pass the listing goes live and customers can buy with a credit card via Adobe’s checkout. Adobe handles billing, refunds, VAT collection, and 1099 / W-8BEN tax paperwork. Payouts run monthly on net-30 terms: a sale on June 5 pays out around August 5. Vendor receives 70% of the list price; Adobe keeps 30%. EQP-certified extensions get a featured badge and higher search ranking.
Four situations where the Marketplace is the obvious answer
Marketplace isn't the only way to get a Magento extension, but in 2026 these four scenarios are unambiguous wins for buyers and vendors alike.
Buy instead of build when the feature is < 2 weeks dev
Marketplace extensions are operating expense, not capital expense. If a feature would take a dev team less than ~2 weeks to build from scratch, buying a Marketplace extension for $200, $800 is almost always cheaper than the engineering hours. Always check the licence (single store vs unlimited domains) and the support contract length (12 vs 24 months) before committing, but for “solved-problem” features like blog modules, reward points, or one-step checkout the buy decision is obvious.
Verify a vendor before purchasing
A Marketplace listing equals an Adobe-verified vendor identity. Adobe has confirmed the legal entity, the tax ID, and the support contact email; the extension has cleared Tech Review (no known malware, no obvious SQLi); and the vendor has agreed to Adobe’s refund policy. A random GitHub repo offers none of that. If you’re evaluating two equivalent extensions and one is on Marketplace, default to the Marketplace one unless the GitHub option has overwhelmingly better reviews.
Sell your own extension, visibility + billing handled
Listing on Marketplace solves three hard problems for an extension vendor: discovery (Marketplace search and category browse drive ~60% of extension sales for most vendors), billing (Adobe handles credit cards, VAT, refunds, and chargebacks), and trust (the Adobe logo on a listing converts better than a random vendor website). The 30% Adobe commission is real money, but for a new extension brand it pays for itself in the first 6 months via Marketplace traffic alone.
Earn EQP certification (Extension Quality Program)
Only extensions listed on the Marketplace are eligible for the Extension Quality Program (EQP) certification. EQP-certified extensions get a green badge on the listing, higher placement in search results, and explicit endorsement from Adobe for enterprise / Adobe Commerce buyers. EQP requires the extension to pass MFTF acceptance tests Adobe runs against the Magento Coding Standard, ship with a documented support contract, and maintain a security-patch cadence under 30 days.
Three Marketplace mistakes that waste time and money
Every Marketplace-related issue I've been asked to debug came from one of these three mistakes. Check them before purchase or submission.
Buying without checking the last-update date
Many Marketplace listings are technically still “available” but functionally abandoned. The vendor hasn’t shipped a release in 18+ months, the support email auto-replies with a holding message, and the extension hasn’t been re-tested against Magento 2.4.7 or 2.4.8. Before purchase, check three things on the listing: Last update date (should be under 12 months old), the Compatible Magento versions list (must include your version), and the most-recent customer reviews. If any of the three look stale, treat the extension as abandoned.
Ignoring composer dependency conflicts
Marketplace listings advertise a Magento compatibility range (e.g. magento/product-community-edition: 2.4.5 - 2.4.8) but transitive composer dependencies often break it. A Marketplace extension that requires laminas/laminas-mail: ^2.20 can collide with another module pinned to ^2.18, and composer require blows up. Always run composer require --dry-run on a dev environment first; never install a Marketplace extension straight onto a live store.
Submitting an extension without running MEQP locally first
A surprising number of vendors submit extensions to Tech Review without running the Magento Coding Standard or MEQP suite on their own laptop. The Tech Review then fails on day-one with hundreds of phpcs violations, the vendor wastes ~7 business days waiting for the rejection report, and the submission cycle restarts. Always run phpcs --standard=Magento2 app/code/Vendor/Module and vendor/bin/phpstan analyse locally and clean every violation before submitting.
Where the Marketplace sits in the wider Magento ecosystem
Five neighbour concepts most readers want to look at next. Click through for the full deep-dive.
- What is Magento Marketplace EQPEQP (Extension Quality Program) is the Adobe certification badge layered on top of a Marketplace listing, deeper code review, MFTF coverage, and a green trust badge.
- What is Magento MFTFMFTF (Magento Functional Testing Framework) is the acceptance-test layer Adobe requires for EQP. Required for the highest Marketplace tier.
- Magento extension developmentCustom Magento extension dev service, from concept to Marketplace-ready release. Adobe Coding Standard, MFTF tests, EQP submission included.
- What is Hyvä ThemesHyvä runs its own parallel marketplace for Hyvä-compatible extensions and themes, smaller catalogue but Hyvä-first vendor curation.
- Hire a Magento developerAdobe Certified Magento & Hyvä developer, ten years on platform. Marketplace submissions, EQP prep, MFTF test coverage, fixed-price or hourly.
Magento Marketplace: frequently asked questions
Is the Magento Marketplace still active under Adobe?
What is the 30% Adobe Marketplace commission really for?
How long does Marketplace submission take end-to-end?
Are Marketplace extensions safe to install on production?
bin/magento dev:di:info and bin/magento module:status to see what the extension touches, review the controllers and observers manually, and only then promote to staging and production.Marketplace vs Hyvä Themes marketplace, do I need both?
Can I sell themes and services on the Marketplace, not just extensions?
Want a Marketplace-ready extension built?
Send your extension spec: I will scope a Marketplace-ready build with Magento Coding Standard, MFTF tests, EQP submission, and reply with a fixed-price quote plus earliest start date. 24-business-hour turnaround.