simpleshop_theme/lib/simpleshop_theme
jamey a9c15ea6ae feat: add Printify webhook endpoint for real-time product updates
- Add /webhooks/printify endpoint with HMAC-SHA256 signature verification
- Add Webhooks context to handle product:updated, product:deleted events
- Add ProductDeleteWorker for async product deletion
- Add webhook API methods to Printify client (create, list, delete)
- Add register_webhooks/2 to Printify provider
- Add mix register_webhooks task for one-time webhook registration
- Cache raw request body in endpoint for signature verification

Usage:
1. Generate webhook secret: openssl rand -hex 20
2. Add to provider connection config as "webhook_secret"
3. Register with Printify: mix register_webhooks https://yourshop.com/webhooks/printify

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 22:41:15 +00:00
..
accounts mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
clients feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
images chore: apply mix format to codebase 2026-01-31 14:24:58 +00:00
media chore: apply mix format to codebase 2026-01-31 14:24:58 +00:00
mockups chore: apply mix format to codebase 2026-01-31 14:24:58 +00:00
products feat: add admin provider setup UI with improved product sync 2026-01-31 22:08:34 +00:00
providers feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
settings chore: apply mix format to codebase 2026-01-31 14:24:58 +00:00
sync feat: add admin provider setup UI with improved product sync 2026-01-31 22:08:34 +00:00
theme chore: apply mix format to codebase 2026-01-31 14:24:58 +00:00
webhooks feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
accounts.ex mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
application.ex perf: use digested font paths in CSS and preloads 2026-01-25 09:32:06 +00:00
cldr.ex feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
mailer.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
media.ex chore: apply mix format to codebase 2026-01-31 14:24:58 +00:00
products.ex feat: add admin provider setup UI with improved product sync 2026-01-31 22:08:34 +00:00
providers.ex feat: add admin provider setup UI with improved product sync 2026-01-31 22:08:34 +00:00
repo.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
settings.ex feat: add shop storefront with optimized theme CSS 2026-01-17 16:19:35 +00:00
vault.ex feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
webhooks.ex feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00