developer.sedifex.com

Guides

WordPress setup guide

  1. Create a custom plugin to keep logic versioned and testable.
  2. Add a server-side function that requests /integrationProducts.
  3. Store API key securely in WordPress environment config.
  4. Cache responses with WP Transients for 5–15 minutes.
  5. Render products through a shortcode or Gutenberg block.

Common integration patterns

Operational checklist rollout (monitoring + alerts)

  1. Operational visibility turned on: sync success/failure logging, repeated-failure alerting, and rollback controls are now represented in console dashboards.
  2. Webhook readiness (MVP): signed deliveries via X-Sedifex-Signature, event ID idempotency guidance, and retry telemetry are available for partner integrations.