node-red-contrib-rollun-aws-sp-api
Version:
Node-RED nodes to access AWS Selling Partner API
25 lines (17 loc) • 638 B
Markdown
node-red-contrib-rollun-aws-sp-api
================
Node-RED node for accessing AWS Selling Partner API
## Nodes
List of nodes:
- AWS SP API (aws-sp-api)
## Install
To install the stable version use the `Menu - Manage palette - Install`
option and search for node-red-contrib-rollun-aws-sp-api, or run the following
command in your Node-RED user directory, typically `~/.node-red`
npm install node-red-contrib-rollun-aws-sp-api
### How to update SP-API models
From the node-red-contrib-rollun-aws-sp-api directory, run the following command:
```sh
chmod +x scripts/update-sp-api-models.sh
./scripts/update-sp-api-models.sh
```