Skip to content

getCollectionListing

const getCollectionListing: (handle, first?, query?, locale?, opts?) => Promise<CollectionListingData | null>

Defined in: @storesynk/react/dist/runtime.d.ts:87

One page of the server-driven listing plus its facets - what renderCollection server-renders and the client collection engine adopts. handle null/” lists the whole catalog (search-backed, mirroring the client engine’s catalog mode).

string | null

number

ListingQuery

I18nState | null

FetchOptions

Promise<CollectionListingData | null>