StoresynkConfig
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:46
Properties
Section titled “Properties”
optionalcart?:StoresynkCartConfig
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:69
country?
Section titled “country?”
optionalcountry?:string
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:52
Default country (ISO) for
In Context
Section titled “In Context”pricing and cart i18n.
customerAccountPages?
Section titled “customerAccountPages?”
optionalcustomerAccountPages?:"shopify"|"custom"
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:65
Where
customerAccountUrl?
Section titled “customerAccountUrl?”
optionalcustomerAccountUrl?:string
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:67
Account destination URL. Required when customerAccountPages is ‘custom’.
customerClientId?
Section titled “customerClientId?”
optionalcustomerClientId?:string
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:60
Customer Account API client id (shp_…). Presence enables the customers
module (login, show-customer-*, cart buyer identity).
customerRedirectUri?
Section titled “customerRedirectUri?”
optionalcustomerRedirectUri?:string
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:63
OAuth callback URL for customer login (must be allow-listed). Default: the page login starts from.
domain
Section titled “domain”domain:
string
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:48
myshopify domain or full origin, e.g. “shop.myshopify.com”.
language?
Section titled “language?”
optionallanguage?:string
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:54
Default language (ISO) for cart i18n.
persistLocale?
Section titled “persistLocale?”
optionalpersistLocale?:"localStorage"|"cookie"|"none"
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:57
How the buyer’s locale choice persists. Default ‘cookie’ - server-readable, so SSR routes can render the buyer’s market.
pixels?
Section titled “pixels?”
optionalpixels?:StoresynkPixelsConfig
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:68
token:
string
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:50
Public Storefront API access token (browser-safe - never an Admin token).