Seekmodo developer docs
Reference for the REST shim, MCP JSON-RPC surface, and storefront connectors. Authenticate with HMAC; replay window is 5 minutes.
SDKs
First-party SDKs for talking to the Seekmodo gateway. Pick the language that matches where your integration runs — browser / Node for the JavaScript SDK, server-side storefront connectors for the PHP, Python, Ruby, or Go SDKs. All wrap the same REST surfaces and handle the auth, retry, and circuit-breaker plumbing for you.
@seekmodo/sdkBrowser-safe SDK with ESM + CJS dual builds, full TypeScript types, and a ~4 kB minified+gzipped runtime. The right pick for storefront widgets, headless storefronts, and any code that runs in the browser or a Node server.
npm install @seekmodo/sdknuminix/seekmodo-connectorServer-side PHP SDK. Ships the HMAC signer, three-state circuit breaker, mode FSM, pairing handshake, browser-token mint, and event batcher. Powers the first-party Zen Cart and WordPress connectors — and any custom server-side PHP integration on top of the gateway.
composer require numinix/seekmodo-connectorseekmodo-sdkServer-side Python SDK with full parity to the PHP connector SDK: HMAC signer, three-state circuit breaker, mode FSM, pairing handshake, browser-token mint, and event batcher. The right pick for Django, Flask, FastAPI connectors, and indexing pipelines.
pip install seekmodo-sdkseekmodo-sdkFull Ruby SDK: HMAC connector, JWT storefront client, admin-key automation, MCP JSON-RPC, and a dynamic tools registry. The right pick for Rails connectors, Sidekiq indexers, and operator scripts.
gem install seekmodo-sdkgithub.com/numinix/seekmodo-sdkFull Go module: connector, storefront, admin, MCP, and tools packages covering the complete gateway catalog. The right pick for microservices, indexing workers, and headless BFFs.
go get github.com/numinix/seekmodo-sdkLooking for the wire contract instead? REST API and MCP document the raw envelopes the SDKs wrap.