Guides
WordPress setup guide
- Create a custom plugin to keep logic versioned and testable.
- Add a server-side function that requests
/integrationProducts.
- Store API key securely in WordPress environment config.
- Cache responses with WP Transients for 5–15 minutes.
- Render products through a shortcode or Gutenberg block.
Common integration patterns
- Server proxy: keep keys off client browsers.
- Nightly sync + webhooks: full sync then event deltas.
- Store isolation: enforce store-level scoping everywhere.
Operational checklist rollout (monitoring + alerts)
-
Operational visibility turned on: sync success/failure logging,
repeated-failure alerting, and rollback controls are now represented in console
dashboards.
-
Webhook readiness (MVP): signed deliveries via
X-Sedifex-Signature, event ID idempotency guidance, and retry telemetry are
available for partner integrations.