Skip to main content
GET
/
commerce
/
catalog
/
storefront
/
productsearch
/
randomAccessCursor
Error
A valid request URL is required to generate request examples
{
  "cursorMarks": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

query
string

Optional terms to search on. Only matching products will be included in the cursor.

filter
string

Optional set of filter expressions to filter on. Only matching products will be included in the cursor.

pageSize
integer<int32>
responseFields
string

limits which fields are returned in the response body

Response

Success

A calculated set of cursor marks for a given query that can be accessed in any order, providing the ability to page through all results in random/paralellized order

cursorMarks
string[] | null

The list of cursor marks for the query. Provide a given cursor mark to the product search or getProducts cursorMark parameter to retrieve the associated products