query

collectionItems

Fetch items within a particular collection identified by its slug.
Arguments
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
String
The search query for entering partial or full name of product, brand, category, or collection.
filters
Boolean
True for fetching all filter parameters and False for disabling the filter parameters.
first
Int
The number of items to retrieve in each page.
after
String
Page ID to retrieve next set of results.
pageNo
Int
Page Number to retrieve next set of results.
pageType
String
Page Type to retrieve set of results can be cursor or number.
query
String
The 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_on
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.
Response
True for fetching all filter parameters and False for disabling the filter parameters.
List of collection objects.
Page information for collections response.
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...