Seekmodo developer docs
Reference for the REST shim, MCP JSON-RPC surface, and storefront connectors. Authenticate with HMAC; replay window is 5 minutes.
Connectors
Pre-built plugins for the popular storefront platforms. Each plugin handles HMAC signing, the search swap-point, and the indexer cron for you.
Zen Cart (NuminixSeekmodo)
LiveDrop-in plugin for Zen Cart 1.5.7+ that swaps storefront search and the indexer cron over to the Seekmodo gateway. Three modes — off, shadow, enforce — let you cut over without surprises.
- Download zc_plugins/NuminixSeekmodo/v1.0.0/ from your account portal.
- Drop into your Zen Cart's zc_plugins/ directory and visit Admin → Plugin Manager → Install.
- Paste your tenant id, shared secret, and gateway URL into the Configuration row group it creates.
- Set NUMINIX_SEEKMODO_MODE = shadow for a week, then enforce.
WooCommerce
M5WordPress / WooCommerce plugin. Same swap-points as Zen Cart, packaged as a regular WP plugin.
WordPress (search only)
M5WordPress plugin that swaps in the Seekmodo /v1/search endpoint behind WP_Query for non-commerce content.
Custom (REST + MCP)
LiveNo plugin? Hit the gateway directly. The REST shim and MCP JSON-RPC are both stable; sample payloads live on the REST and MCP tabs.
- Pick a stack — Node, Python, PHP, Ruby, Go all work.
- Sign requests with HMAC-SHA256 (see /docs/rest for the canonical string).
- Hit POST /v1/search to verify; you should see hits within ~50ms.
Want to test a request without writing any code? Try the Sandbox — we sign with a demo tenant key on the server side.