Search Documentation
Search for a documentation page...
Wishlist API
REST API endpoint for reading aggregated wishlist analytics.
Aggregated view of what shoppers have saved. Read-only — wishlist entries are created by shoppers on the storefront. Useful as a demand signal: what to restock, what to discount, what to feature.
Scope: customers:read (the top-shoppers breakdown includes customer PII).
Get Wishlist Analytics
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
startDate | string | — | Only count saves at or after this instant (ISO 8601) |
endDate | string | — | Only count saves at or before this instant (ISO 8601) |
limit | number | 10 | How many top products and top shoppers to return (1-100) |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
summary.totalFavorites | number | Total saves across all products |
summary.uniqueProducts | number | Distinct products saved |
summary.uniqueUsers | number | Distinct shoppers who saved something |
topProducts[].slug | string | Product slug accepted by the catalog endpoints |
topShoppers[].email | string | Shopper email (requires customers:read scope) |