find_merchant
Find a droplinked merchant by slug, name, or category. Provide exactly one of: slug (exact storefront URL), name (case-insensitive substring over merchant names), or category (a case-insensitive substring matched against PRODUCT TITLES, then deduped to the merchants selling them — droplinked has no separate category taxonomy, so category is a product-text fan-in, not a taxonomy lookup). Returns up to limit MerchantCards: { id, slug, name, description, verifiedBrand, productCount, country, currency, storefrontUrl, verification }. Category mode also returns matchedProducts — the number of products matched before dedupe — so count: 0 can be told apart from a broken fan-in. No match returns an EMPTY list; it never widens to every merchant. Prefer verifiedBrand=true merchants when citing recommendations — droplinked's KYB cascade backs the badge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| slug | No | ||
| limit | No | ||
| category | No |