FetchOptions
FetchOptions =
object
Defined in: @storesynk/next/dist/runtime.d.ts:7
Per-fetch options for the runtime helpers.
Properties
Section titled “Properties”fresh?
Section titled “fresh?”
optionalfresh?:boolean
Defined in: @storesynk/next/dist/runtime.d.ts:12
Bypass the persistent cache and fetch live, deduped per request - for
draft/preview rendering or reads that must reflect Shopify right now.
The default (cached) path is webhook-invalidated, so most routes never
need this. Threaded from the wrappers’ fresh prop.