ProductCollection
Interface
A product collection on the storefront. Mirrors the API's public whitelist.
Property | Type | Optional | Description |
|---|---|---|---|
|
| No | Editorial description, or |
|
| No | Prefixed wire id (e.g. |
|
| No | Public image URL, or |
|
| No | SEO meta description, or |
|
| No | SEO title override, or |
|
| No | URL-friendly unique slug. Usable as the |
|
| No | Collection title in the requested locale. Always non-empty. |
ProductCollectionsFilters
Interface
Filters for a storefront collections listing. All optional.
Property | Type | Optional | Description |
|---|---|---|---|
|
| Yes | Items per page. Defaults to 20, max 100. |
|
| Yes | Page number (1-based). Defaults to 1. |
ProductCollectionsListResponse
Interface
Paginated collections list response: the collections on the page plus pagination metadata.
Property | Type | Optional | Description |
|---|---|---|---|
|
| No | The product collections on this page. |
|
| No | Pagination info (total, currentPage, lastPage, perPage, hasMorePages). |