Disclosure: This article contains affiliate links — we may earn a commission at no extra cost to you. This does not affect our rankings or conclusions.
Short answer — every status code below was read by direct HTTP request on 2026-08-25, no browser rendering: Amazon runs no buyer-facing seller directory. https://www.amazon.com/shops returned HTTP 404 that day; https://www.amazon.com/sellers did not — it returned HTTP 301, redirecting to a /gp/seller-account/ help path whose landing page came back as a bot-verification challenge rather than content we could confirm, so it is not a working directory either. So every dependable amazon seller search starts from something the seller is already attached to: a live listing, or their seller ID. Once you hold that ID, three URL patterns do all the work — /sp?seller=<ID> for the profile, /shops/<ID> for the storefront, /s?me=<ID> for their active offers. When all three come back empty, that is rarely a search-skill problem; it is one of a small set of structural causes, each with a different fix.
Search-box syntax is a separate subject, covered in our tested breakdown of Amazon advanced search. What follows is the seller layer.
The five entry points, and what each one really gets you
| Entry point | What you end up with | Works when |
|---|---|---|
| The Sold by link on a product page | Display name → seller profile page | The seller has at least one live offer |
| The other sellers box on a listing | Every current offer holder for that ASIN | Several sellers compete on one ASIN |
| A seller ID URL you build yourself | Profile, storefront, or offer list | You already have the 13–14 character ID |
| The brand byline above a title | A Brand Store, not a seller storefront | The brand is in Brand Registry |
| Your Orders | A seller you have bought from, plus a contact route | You are the buyer of record |
Amazon’s help page Ordering from a Third-Party Seller states the first route verbatim: “To find out who sells and fulfills an item, check the Sold by and Ships from information under the Buy Now button” (data checked 2026-08-25). It lists three display patterns — Sold by (Seller Name) / Ships from (Seller Name); Sold by (Seller Name) / Ships from Amazon; and Sold by Amazon / Ships from Amazon. That third one is the first failure mode below. For buyers who already ordered, the Contact a Third-Party Seller page reads: “Third-party sellers can be contacted in two ways: Before ordering via the product detail page and after ordering via Your Orders” (data checked 2026-08-25).
What is not on the list is the main search box: it indexes products, not merchants, with no seller tab to switch to.
Seller ID and storefront URL: the conversion table
The seller ID — Seller Central calls it the Merchant Token — is an alphanumeric string, typically 13–14 characters, identifying a selling account. Amazon’s Seller Forums put it plainly: “Your Merchant Token is a unique seller identifier sometimes referred to as a Seller ID” (data checked 2026-08-25). Sellers find their own under Settings → Account Info → Business Information → Your Merchant Token.
Every URL below was requested on 2026-08-25 from a US-locale desktop user agent against a real marketplace seller — Amazon Resale, ID A2L77EE7U53NWQ, whose profile describes it as “an Amazon.com subsidiary and also an Amazon marketplace seller.” No browser rendering was involved.
| Pattern | What it returns | Result on 2026-08-25 |
|---|---|---|
/sp?seller=<ID> | Seller profile: About Seller blurb, storefront link, Detailed Seller Information, return and A-to-z blocks | HTTP 200; carried Business Name: Amazon.com Services, Inc and Business Address: 410 Terry Avenue North Seattle WA 98109-5210 US |
/shops/<ID> | The seller’s storefront | HTTP 301 → /b?node=10158976011 (that landing page itself returns 200), titled “Amazon Resale | Great deals on quality used products” |
/s?me=<ID> | That seller’s active offers, rendered as a search result set | HTTP 200 |
/sp?seller=<invalid ID> | Nothing | HTTP 302 → /gp/errors/404.html (that page itself returns 404), titled Page Not Found |
/sellers with no ID | Nothing usable | HTTP 301 → a bot-verification challenge page, not a directory |
/shops with no ID | Nothing | HTTP 404 |
Three consequences follow.
The ID is public, not secret. It sits in the query string of a page any shopper can open. Advice telling sellers to guard the merchant token like a password conflates it with API credentials; the identifier is exposed by design, and that exposure is what makes lookup possible.
Storefront and profile are different objects. /sp?seller= renders a static profile. /s?me= is a search query scoped to one merchant, returning only active offers — so the profile can resolve while the storefront looks empty.
Conversion runs one way. Given the ID, all three URLs are typeable by hand; going from a remembered store name back to an ID has no supported path, because the display name is not a key.
One caveat on our testing: repeated /s requests returned HTTP 503 later the same day, so combined parameters on /s?me=<ID> could not be verified on 2026-08-25. Treat that row as confirmed for the bare form only.
Seven reasons an Amazon seller search comes back empty
1. “Sold by Amazon” is not a third-party seller
Amazon retail’s own merchant ID, ATVPDKIKX0DER, is the one people paste most often. On 2026-08-25 (direct HTTP request, no browser rendering) https://www.amazon.com/sp?seller=ATVPDKIKX0DER returned HTTP 301 redirecting to /gp/help/customer/display.html — the generic help hub, not a seller profile. Amazon retail is not a marketplace seller, so if the listing says Sold by Amazon there is no storefront to find.
2. The ID is subtly wrong
A malformed ID does not degrade gracefully — it 404s, as our invalid-ID test showed. IDs mix letters and digits, so a hand-copied 0/O swap fails exactly like a seller who never existed. Copy from the address bar; never retype.
3. The seller is on the Individual plan
Amazon’s Seller Forums are direct: “if you have an Individual account, you do not have a store” (data checked 2026-08-25). Such sellers hold live offers and appear in the Sold by line, but no storefront exists behind the name. Use the product-page or Your Orders contact route instead.
4. The seller has no in-stock offers right now
Because /s?me=<ID> is a search query, it lists only what is purchasable right now. A seller who is out of stock, suppressed, or seasonally paused returns nothing while their profile still resolves. Check /sp?seller=<ID> before concluding the account is gone — an empty storefront and a dead account look identical from outside.
5. The display name changed
Display names are editable; the seller ID is not. A rebranded seller stays findable by ID and becomes unfindable by the name you saved last quarter — which is why a name-keyed competitor spreadsheet silently rots.
6. The account is closed, suspended, or the listing was taken over
A closed account’s offers vanish from the catalog, removing every path that starts at a live listing. Separately, a seller you remember on an ASIN may simply no longer hold that offer — ordinary churn, though on your listing it becomes the problem covered in our guide to Amazon listing hijacking, and who holds the featured offer follows the mechanics in our Buy Box guide.
7. You are on the wrong marketplace
The most common cause of all, and the one with the most moving parts — it gets its own section.
One more distinction swallows a lot of searches: a brand is not a seller. The byline above a product title opens a Brand Store, which Amazon Ads gates behind Brand Registry — “Only brands with a pending or registered trademark can create a Brand Store on Amazon” (data checked 2026-08-25). A Brand Store can carry products sold by several merchants, and a merchant can sell many brands. For the entity behind the transaction, read the Sold by line, not the byline; our Brand Registry guide covers what enrollment confers.
Same seller, different marketplace: what carries over
A seller ID belongs to a selling account, and accounts are regional. Amazon’s global selling page sets the boundaries (data checked 2026-08-25): “Use a North America and Brazil unified account to reach Amazon customers in the US, Canada, Mexico, and Brazil”; “Use a Europe account to reach Amazon customers in 28 countries”; “Use country-specific Asia-Pacific accounts to reach Amazon customers in Australia, India, and Japan.” Regional accounts can be linked through the Sell Globally dashboard, but linking is a billing convenience — it does not merge them into one identifier.
The test matched that structure. We requested the US seller ID A2L77EE7U53NWQ against four non-US domains on 2026-08-25 — same http-probe methodology as above (direct HTTP requests, no browser rendering):
| Marketplace | Result |
|---|---|
amazon.de/sp?seller=A2L77EE7U53NWQ | HTTP 301 → /gp/help/customer/display.html?nodeId=G508510 — the German Help & Customer Service landing page, not a seller profile |
amazon.co.jp/sp?seller=A2L77EE7U53NWQ | HTTP 301 → the same generic help node |
amazon.co.uk/sp?seller=A2L77EE7U53NWQ | HTTP 202 with a 2 KB bot-verification page — could not be verified on 2026-08-25 |
amazon.ca/sp?seller=A2L77EE7U53NWQ | HTTP 503 — could not be verified on 2026-08-25 |
So the URL grammar is identical everywhere — swap the domain, keep /sp?seller=, /shops/, /s?me= — but the ID does not travel. Note the failure signature: an unresolvable ID redirects to that country’s help hub rather than 404-ing, which is easily misdiagnosed as “the seller was banned.”
Three rules follow. A company selling in both the US and Germany runs two accounts with two IDs; matching them takes external evidence such as the business name and address on each profile, not string comparison. Confirm the domain before declaring a seller missing — a .com ID pasted into .co.uk always looks dead. And store the marketplace next to the ID; a bare ID is ambiguous.
Competitor seller research: what third-party tools add, and what they can’t
None of these is a seller directory. They index products, so you reach a seller through their listings, never the other way round. Within that limit they answer questions the raw URLs cannot.
Overlays. Helium 10’s Xray, a Chrome extension, states the seller-count angle in its own words: “See how many sellers are in the space to quickly understand if the market is too crowded” (data checked 2026-08-25). Paid plans were Platinum $129/month ($99/month billed annually), Diamond $359/month ($279/month annually) and Enterprise from $1,499/month, data checked 2026-08-25. The free AMZBase extension works the same surface with no account, showing ASIN, BSR, the lowest FBA offer and the FBA seller count, plus FBA fee and profit estimates (data checked 2026-07-29). Both answer “how crowded is this listing,” not “who is this merchant” — more of the category in our roundup of Amazon seller Chrome extensions.
Product databases. Catalog-wide databases filter listings by category, revenue band or review count, then let you read off the merchants holding those offers — useful for mapping a niche’s seller population, useless for one named merchant. When the starting point is a product rather than a name, the route runs through the identifier; see our comparison of ASIN lookup tools.
The ceiling is identical for all of them: they read the public catalog. A seller with zero active offers is invisible to them for the same reason they are invisible to /s?me= — nothing in the index to return.
A repeatable seller-lookup checklist
- Read the Sold by line. If it says Amazon, stop — there is no seller page.
- Click the seller name and copy the ID out of the address bar, not the display name.
- Open
/sp?seller=<ID>to confirm the account exists; read the business name and address. - Open
/s?me=<ID>for live offers. Empty here plus a working profile means dormant, not deleted. - If nothing resolves, check the domain — an ID is scoped to one regional account.
- Record ID plus marketplace. Names change; IDs do not.
- Only then reach for a tool, and only for questions about their products.
Frequently Asked Questions
What is an Amazon seller ID and where do I find it?
It identifies a selling account — 13–14 alphanumeric characters, called the Merchant Token in Seller Central, under Settings → Account Info → Business Information → Your Merchant Token (data checked 2026-08-25). Anyone else reads it from a seller profile URL, after seller=.
How do I find an Amazon storefront by seller name?
Not directly — Amazon publishes no seller name index. amazon.com/shops returned HTTP 404 on 2026-08-25; amazon.com/sellers returned HTTP 301 to a seller-account help path, not a working directory (direct HTTP requests, 2026-08-25). Find one of the seller’s live listings, click the Sold by link, take the ID from the URL, and save that instead of the name.
What is the difference between /sp?seller= and /s?me=?
/sp?seller=<ID> is a static profile — business name, address, policies, feedback. /s?me=<ID> is a search query restricted to that merchant, so it lists only active offers. Both returned HTTP 200 for A2L77EE7U53NWQ on 2026-08-25; a seller can have a working profile and an empty offer list.
Does an Amazon seller ID work on amazon.co.uk or amazon.de?
Not across regions. Amazon’s global selling page describes North America and Brazil as one unified account, Europe as a separate account, and Australia, India and Japan as country-specific accounts (data checked 2026-08-25). The US ID A2L77EE7U53NWQ on amazon.de and amazon.co.jp returned a 301 to each country’s generic help page on 2026-08-25, not a seller profile.
Why does a seller’s storefront show no products?
Usually it has no in-stock offers at that moment, because the storefront URL is a live search and cannot show what is not purchasable. Other causes: the seller is on the Individual plan and has no storefront at all, or the account closed. Check /sp?seller=<ID> — if the profile loads, the account exists.
Can I search Amazon for sellers the way I search for products?
No. The search box indexes product listings and there is no seller mode to switch into; operators do not change that either, as our advanced search guide tests separately. Seller lookup runs through listings and IDs, not queries.
Bottom line
Amazon seller search is a two-object problem wearing one name. The seller ID is the stable, public key; the display name is cosmetic and it drifts. Learn the three URL patterns, take the ID from the address bar every time, and record which marketplace it belongs to. When a lookup fails, work the list — Sold by Amazon, bad ID, Individual plan, no live offers, renamed account, closed account, wrong domain — before concluding the seller vanished. Six of those seven produce a page that merely looks broken; only one means the seller is actually gone.