Overview
Every productlink belongs to a merchant host (e.g. nike.com). The merchants.list endpoint lets you browse all merchants enabled for your application - useful for building merchant-selection UIs, validating product links, or understanding your catalog coverage.
Prerequisites
List merchants
Callmerchants.list to retrieve all merchants available to your app.
Filter merchants
Filter reference
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | number | 40 | Results per page (1–100) |
cursor | string | - | Pagination cursor from previous response |
host | string | - | Exact domain match (e.g. "nike.com") |
name | string | - | Partial name match (e.g. "nike") |
categories | string[] | - | Filter by one or more merchant categories |
Error handling
| Error | Cause |
|---|---|
401 Unauthorized | Invalid API key |
400 Bad Request | Invalid limit or malformed categories |
Empty data array | No merchants match the filters |
Next steps
Product Discovery
Search products from a specific merchant using the
merchant filterUniversal Cart
Add product links from supported merchants to a cart