Skip to main content
All TypeScript interfaces used throughout the Shoppy SDK, organized by domain.

Config

ShoppyConfig

Configuration object for initializing Shoppy.
interface ShoppyConfig {
    token: string
    storeDomain: string
    apiVersion?: string // defaults to "2024-01"
}