Skip to content

getCollectionListing

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

Defined in: @storesynk/astro/dist/runtime.d.ts:104

One page of the server-driven listing plus its facets - what 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>