Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Implement Etsy Oauth #5213

Open
tyler71 opened this issue Feb 5, 2025 · 0 comments
Open

feature: Implement Etsy Oauth #5213

tyler71 opened this issue Feb 5, 2025 · 0 comments
Assignees

Comments

@tyler71
Copy link

tyler71 commented Feb 5, 2025

Similar to existing oauth2 implementations

https://developer.etsy.com/documentation/essentials/authentication/

Example query:

    https://www.etsy.com/oauth/connect?
      response_type=code
      &redirect_uri=https://<YOUR_INSTANCE>/oauth/callback/etsy
      &scope=transactions_r%20transactions_w
      &client_id=1aa2bb33c44d55eeeeee6fff&state=superstate
      &code_challenge=DSWlW2Abh-cf8CeLL8-g3hQ2WQyYdKyiu83u_s7nRhI
      &code_challenge_method=S256

This is required for using the shop receipts api endpoint (when a order comes in) as well as other functionality.

After requesting an app and being approved, to edit callback url:
https://www.etsy.com/developers/ -> Manage your apps -> (Click on app name) -> Edit your callback URLs -> Add callback URL

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

No branches or pull requests

2 participants