getCollectionListing
constgetCollectionListing: (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).
Parameters
Section titled “Parameters”handle
Section titled “handle”string | null
first?
Section titled “first?”number
query?
Section titled “query?”locale?
Section titled “locale?”I18nState | null
Returns
Section titled “Returns”Promise<CollectionListingData | null>