n8n node for Amazon Creators API with Offers V2 support
npm install n8n-nodes-amazon-creators-apiCommunity node for the Amazon Creators API (Offers V2) using OAuth2 client credentials. Supports GetItems, SearchItems, and GetBrowseNodes with resource selection.
bash
npm install n8n-nodes-amazon-creators-api
`Credentials
Create new credentials in n8n:
- Type: Amazon Creators API
- Credential ID
- Credential Secret
- Credential Version (2.1/2.2/2.3)
- Marketplace (e.g., www.amazon.com)
- Partner TagNotes
- Uses Authorization: Bearer and x-marketplace header.
- Resources are lowercase (e.g., offersV2.listings.price).Build
`bash
npm install
npm run build
`Local testing without npm install
If you run n8n globally, you can load the built node with N8N_CUSTOM_EXTENSIONS:`bash
export N8N_CUSTOM_EXTENSIONS=/path/n8n-amazon-creators-api/dist
n8n start
``