getProductHandles
constgetProductHandles: (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
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”Promise<string[]>