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 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-01-31 22:17:35 +00:00
parent 5b736b99fd
commit a2157177b8

View File

@ -216,7 +216,8 @@ Printify's integration options have different implications for each.
- Merchants must manually create/manage API tokens - Merchants must manually create/manage API tokens
- No "Connect with Printify" button UX - No "Connect with Printify" button UX
- Products not locked after sync (data consistency risk) - 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 ### OAuth Platform Integration