List curated product collections with advanced filtering options based on tags, names, and collection types.
Arguments
query
StringSearch query to filter collections by name or description, e.g. 'summer collection'.
tag
[String]List of tags to filter collections, e.g. ['trending', 'new-arrival', 'seasonal'].
pageNo
IntPage number for pagination to navigate through collection results, e.g. 1.
pageSize
IntNumber of collection items to retrieve per page, e.g. 12.
Response
page
PageInfo!Required
Pagination details for the collection listings. It includes information such as the current page number, total pages, and items per page.
items
[Collection!]!Required
An array of collection details. Each item in the array represents a collection with various attributes and configurations.
filters
CollectionFilterFilter options available for the collection listings. This includes tags and filter types that can be used to refine the search results.
Query
Try it
Input Variables
Response
Was this section helpful?