Skip to content

feat: add Amazon connector support#77

Open
letonchanh wants to merge 2 commits intomainfrom
feat/amazon-connector
Open

feat: add Amazon connector support#77
letonchanh wants to merge 2 commits intomainfrom
feat/amazon-connector

Conversation

@letonchanh
Copy link
Member

Summary

  • Add Amazon connector to platform registry (orders + profile scopes)
  • Create PlatformAmazonIcon component with official Amazon SVG
  • Add Amazon entry to connectors/registry.json with checksums
  • Add Tauri resource bundling glob for connectors/amazon/

Notes

  • Connector script/metadata files are gitignored and fetched at install time via fetch-connectors.js from the data-connectors repo
  • The connector implements two-phase extraction: visible browser for login (handles CAPTCHA/2FA), headless for order history scraping with pagination and price enrichment

Test plan

  • Run npm run tauri:dev and verify Amazon appears in the connector list with icon
  • Start the Amazon connector and verify login flow works
  • Verify order history extraction completes

🤖 Generated with Claude Code

Add Amazon connector (orders + profile) to the platform registry,
icon system, Tauri resource bundling, and connector registry.
Adopt main's brand-domain icon pattern for Amazon entry,
remove unused PlatformAmazonIcon component import.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant