Skip to content

StoresynkConfig

Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:46

optional cart?: StoresynkCartConfig

Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:69


optional country?: 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

pricing and cart i18n.


optional customerAccountPages?: "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 points: ‘shopify’ (hosted portal) | ‘custom’.


optional customerAccountUrl?: 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’.


optional customerClientId?: 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).


optional customerRedirectUri?: 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: 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”.


optional language?: 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.


optional persistLocale?: "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.


optional pixels?: 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).