I am trying to fetch Amazon SKU off my seller account, AMAZON SP-API CATALOG PAGINATION using the documentation, and also taking idea from this stack overflow Solution however the workflow keeps looping till infinite until I deliberately stop it, and still I get no output, I have attached my workflow below, also we will not get the “nextToken” until the request is fetch once, without “nextToken” we can’t pass to “PageToken”
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
n8n version: 2.1.4
Database (default: SQLite): SQLite
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
However As far as I know, In Amazon SP-API we first need to initialize LWA TOKEN, and with that token we can do and perform anything, also as far as I know amazon don’t give OAuth2 2,
The parameters and URL endpoint in your “Get LWA Token” node look like they are for OAuth 2, I’m not sure though,
For now, if you don’t want to try that approach: if you are successfully getting a token but then receive no output from the “Fetch Listings” node, then something is wrong with your configuration..
If you can attach a screenshot showing what you’re getting, that would be helpful,