Skip to content

getAllProducts

const getAllProducts: (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).

number

I18nState | null

FetchOptions

Promise<ProductData[]>