From a2157177b893642b298d7313be10aecca9d2c377 Mon Sep 17 00:00:00 2001 From: jamey Date: Sat, 31 Jan 2026 22:17:35 +0000 Subject: [PATCH] docs: correct webhook support for personal API tokens Webhooks work with personal tokens when webhooks.read and webhooks.write scopes are enabled during token generation. Co-Authored-By: Claude Opus 4.5 --- docs/plans/printify-integration-research.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/plans/printify-integration-research.md b/docs/plans/printify-integration-research.md index c0b4abb..5fcc98f 100644 --- a/docs/plans/printify-integration-research.md +++ b/docs/plans/printify-integration-research.md @@ -216,7 +216,8 @@ Printify's integration options have different implications for each. - Merchants must manually create/manage API tokens - No "Connect with Printify" button UX - Products not locked after sync (data consistency risk) -- No real-time webhooks (must poll or manual sync) + +**Note:** Webhooks DO work with personal tokens - merchant just needs to enable `webhooks.read` and `webhooks.write` scopes when generating the token. ### OAuth Platform Integration