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

Products

Product, variant, and pricing types

Collections

Collection types

Cart

Cart, line items, and checkout types

Customer

Customer, orders, and address types

Articles

Blog article, author, and blog types

Pages

Static page types

Shared

Common types used across APIs

Config

OpenBridgeConfig

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