@agorio/sdkDocs


Interface: ShopifyAdapterOptions

Properties

apiVersion?

optional apiVersion: string

API version (default: ‘2024-10’)

Defined in

src/adapters/shopify.ts:37


customDomain?

optional customDomain: string

Custom domain if the store uses one (e.g., ‘shop.example.com’)

Defined in

src/adapters/shopify.ts:39


fetch?

optional fetch: any

Custom fetch implementation for testing

Defined in

src/adapters/shopify.ts:43


preferUcp?

optional preferUcp: boolean

When false, skip UCP discovery and go straight to Storefront API (default: true)

Defined in

src/adapters/shopify.ts:45


store

store: string

Shopify store handle (e.g., ‘my-store’ for my-store.myshopify.com)

Defined in

src/adapters/shopify.ts:33


storefrontAccessToken

storefrontAccessToken: string

Storefront API access token

Defined in

src/adapters/shopify.ts:35


timeoutMs?

optional timeoutMs: number

Request timeout in ms (default: 30000)

Defined in

src/adapters/shopify.ts:41