Overview
Expose products, categories, collections, search and files to websites and partner portals through a secure HMAC-bridged API.
Capabilities
-
Signed requests with client ID/secret and timestamp windows
-
Actions: list, detail, create, update, delete, productsByCategory/Collection, files
-
Server-side recording of requests for audit and analytics
-
Rate-limit and replay-attack protection
-
SDK-ready JSON payloads usable by Next.js, WordPress, Webflow, or custom apps
Setup Steps (5)
-
1
-
2
-
3
Step 3
Copy the example request from **Connections → Usage** and run a signed curl to `/bridge/{clientId}/list`.
-
4
-
5
Limitations
-
Public endpoints must validate HMAC and timestamp; skew beyond the allowed window is rejected.
-
Large media should be fetched from file endpoints or a CDN; JSON responses do not inline binaries.
-
Write actions (create/update/delete) are restricted to admin-scoped clients.
FAQs
Is the bridge read-only?
By default yes. You can enable write actions per client in Connections.
How are replays prevented?
We require nonce + timestamp and reject signatures outside the drift window.
Can I version my payloads?
Yes. Add `X-Bridge-Version` and pin your client to a response contract.
Pricing
Free
Free
Great for trying the integration.
Pro
USD 7.99 / monthly
Enterprise
USD 29.99 / monthly