Arguments
slug
String!Required
A short, human-readable, URL-friendly identifier of a collection. You can get slug value from the endpoint /service/application/catalog/v1.0/collections/.
search
StringThe search query for entering partial or full name of product, brand, category, or collection.
filters
BooleanTrue for fetching all filter parameters and False for disabling the filter parameters.
first
IntThe number of items to retrieve in each page.
after
StringPage ID to retrieve next set of results.
pageNo
IntPage Number to retrieve next set of results.
pageType
StringPage Type to retrieve set of results can be cursor or number.
query
StringThe search filter parameters. Filter parameters will be passed in f parameter as shown in the example below. Double Pipe (||) denotes the OR condition, whereas Triple-colon (:::) indicates a new filter parameter applied as an AND condition.
sortOn
Sort_onThe order in which the list of products should be sorted, e.g. popularity, price, latest and discount, in either ascending or descending order. See the supported values below.
Response
filters
[ProductFilters]True for fetching all filter parameters and False for disabling the filter parameters.
items
[Product]List of collection objects.
page
PageInfoPage information for collections response.
sort_on
[ProductSortOn]The order in which the list of products should be sorted, e.g. popularity, price, latest and discount, in either ascending or descending order. See the supported values below.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?