API configuration: amazon

Features

FeaturesStatus
Auth (OAuth)
Sync data
Perform workflows
Proxy requests
Receive webhooks🚫 (time to contribute: <48h)
We can implement missing features in <48h, just ask for it in the community.

Getting started

Need help getting started? Get help in the community.

Connection configuration in Nango

Amazon uses different domain extensions for different regions. E.g. amazon.com for the US, amazon.co.uk for the UK, or amazon.de for Germany.

You need to pass the domain extension to use to Nango in the nango.auth() call:

nango.auth('amazon', '<CONNECTION-ID>', {params: {extension: 'co.uk'}});

For more details, see the docs here.

API gotchas

  • To refresh the token, simply use nango.getConnection() to generate a new set of tokens.
Add Getting Started links and Gotchas by editing this page