getAllProducts
constgetAllProducts: (first?,locale?,opts?) =>Promise<ProductData[]>
Defined in: @storesynk/react/dist/runtime.d.ts:89
Every product in the store (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<ProductData[]>