import { DaffShopifyDriverConfig } from '@daffodil/driver/shopify'
Configuration interface for the Shopify driver.
Defines the required configuration parameters for connecting to and authenticating with the Shopify Storefront API.
interface DaffShopifyDriverConfig {
domain: string | UrlFunction
accessToken: string | AccessTokenFunction
}
domain string | UrlFunction |
---|
The Shopify store domain (e.g. "https://daffodil-demo-alpha.myshopify.com") |
accessToken string | AccessTokenFunction |
---|
The Shopify Storefront API access token |