You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched, and my apologies if I overlooked this in the discussions.
I have an existing app in production, with many users using the MWS API.
I wanted to double check that I am not overlooking a way to migrate MWS users to the SP-API through this library, before attempting the migration outside of this library.
To get the SP-API refresh token for existing MWS users I have to follow a few extra steps:
Step 1. Get an LWA authorization code (using the existing MWS user's seller_id and auth_token)
Then
Step 2. Exchange the LWA authorization code for an LWA refresh token
Are there methods for these migration steps in already in the python-amazon-sp-api ?
I didn't see anything in the current docs for this project.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I searched, and my apologies if I overlooked this in the discussions.
I have an existing app in production, with many users using the MWS API.
I wanted to double check that I am not overlooking a way to migrate MWS users to the SP-API through this library, before attempting the migration outside of this library.
To get the SP-API refresh token for existing MWS users I have to follow a few extra steps:
Step 1. Get an LWA authorization code (using the existing MWS user's seller_id and auth_token)
Then
Step 2. Exchange the LWA authorization code for an LWA refresh token
Are there methods for these migration steps in already in the python-amazon-sp-api ?
I didn't see anything in the current docs for this project.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions