getCollectionProducts
constgetCollectionProducts: (handle,first?,locale?,opts?) =>Promise<ProductData[]>
Defined in: @storesynk/react/dist/runtime.d.ts:70
Products of a collection (cached per handle+size+locale, like getProduct).
Parameters
Section titled “Parameters”handle
Section titled “handle”string
first?
Section titled “first?”number
locale?
Section titled “locale?”I18nState | null
Returns
Section titled “Returns”Promise<ProductData[]>