getAllProducts
getAllProducts(
first?,locale?,opts?):Promise<object[]>
Defined in: @storesynk/astro/dist/runtime.d.ts:109
Every product in the store (module-cached per size+locale, like getCollectionProducts).
Parameters
Section titled “Parameters”first?
Section titled “first?”number
locale?
Section titled “locale?”I18nState | null
Returns
Section titled “Returns”Promise<object[]>