Velaxe
ProductCatalog — Master Product Data with Variants, Media, Promotions & HMAC Bridge | Velaxe

ProductCatalog

HMAC Bridge — Integration

Expose products, categories, collections, search and files to websites and partner portals through a secure HMAC-bridged API.

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. 1

    Step 1

    In ProductCatalog, open **Connections → New** and choose **HMAC Bridge**.

  2. 2

    Step 2

    Generate a client ID and secret; restrict IPs and set rate limits.

  3. 3

    Step 3

    Copy the example request from **Connections → Usage** and run a signed curl to `/bridge/{clientId}/list`.

  4. 4

    Step 4

    Wire your website to call `list`/`detail` endpoints and render PDP/PLP pages.

  5. 5

    Step 5

    Enable **server-side recording** to view bridge health and traffic analytics.

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