Skip to content

getProductHandles

const getProductHandles: (max?) => Promise<string[]>

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

All product handles in the store (cursor-paginated), for static route generation / prerender manifests:

const handles = await getProductHandles(); // → [‘/products/’ + handle, …] into your framework’s prerender list

number

Promise<string[]>