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

Issue with Integrating Linker App #5944

Closed
6 tasks
Mostwished opened this issue Jul 28, 2022 · 3 comments
Closed
6 tasks

Issue with Integrating Linker App #5944

Mostwished opened this issue Jul 28, 2022 · 3 comments

Comments

@Mostwished
Copy link

Występuje problem:

  • z zasobem REST API / with a REST API resource
  • ze środowiskiem produkcyjnym / with the production environment
  • ze środowiskiem testowym / with the test environment
  • z logowaniem lub autoryzacją / with login or authorization
  • na portalu https://developer.allegro.pl/ / at https://developer.allegro.pl/en/
  • inny / other

🪲 Opis / Description

Hi,

We're currently having an issue with linking a third-party app to our Allegro account; the App in question is called Linker, which basically is an order management app. However, the team-members that are attempting to integrate this app have run into a problem; every time they try to actually download orders from Allegro, they get the following error:

GET [https://api.allegro.pl/sale/offers/12351883650](https://api.allegro.pl/sale/offers/12351883650) resulted in a 403 Forbidden response: {"errors":[{"code":"AccessDenied","message":"Access is denied","details":null,"path":null,"userMessage":"Access denied. (truncated...) ]

Do you know how we can fix this issue? Is it possible its an issue with permissions on our end, or something else that needs adjusting?

Thanks!

Best Regards,

Mostwished Team

@Lukasz-Zurek
Copy link
Collaborator

You receive 403 errors because your App is trying to retrieve detail information about the offer, using an authorization token which does not have a scope: allegro:api:sale:offers:read - which is needed to view detailed offer’s data, offer event journal & more. With the scopes you can define which functionalities your application will use. You will find the full list of our scopes right here.

On this site - you can select and edit scopes for your application. But please note the fact that you should generate a new access token to have updated scopes. It won't work with your token validity extending process. If you use refresh tokens - only those scopes that were included in the refresh token will be available.

You will find more information about authorization using scope in our guide.

@Mostwished
Copy link
Author

Mostwished commented Jul 28, 2022 via email

@stale
Copy link

stale bot commented Aug 4, 2022

W tym wątku nie pojawiła się żadna nowa odpowiedź w ciągu 7 dni, dlatego automatycznie oznaczamy go jako przeterminowany. Jeśli w ciągu kolejnych 7 dni nie pojawi się żadna odpowiedź, wątek zostanie zamknięty. Dziękujemy za zaangażowanie w dyskusję i zachęcamy Cię do wypełnienia ankiety dotyczącej naszego wsparcia na forum.


There was no new reply in this thread within 7 days, therefore, we automatically marked it as expired. If no response is received within the next 7 days, this thread will be closed. Thank you for engaging in the discussion. We encourage you to complete our forum support survey.

@stale stale bot added the brak_odpowiedzi label Aug 4, 2022
@stale stale bot closed this as completed Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants