An open API service indexing awesome lists of open source software.

https://github.com/netresearch/node-red-contrib-magento-eqp

Node-RED module to parse Magento EQP callbacks
https://github.com/netresearch/node-red-contrib-magento-eqp

api-wrapper magento node-red node-red-contrib parser

Last synced: 4 months ago
JSON representation

Node-RED module to parse Magento EQP callbacks

Awesome Lists containing this project

README

          

Welcome to node-red-contrib-magento-eqp 👋




Version


License: MIT


Build status


Twitter: Netresearch

> Node-RED module to parse Magento EQP callbacks

The primary focus of this package is to provide a simple module to parse callbacks from the [Magento Marketplace EQP API](https://devdocs.magento.com/marketplace/eqp/v1/api.html).

## Install

Install this package via either NPM or the Palette menu in Node-RED.

```sh
npm install @netresearch/node-red-contrib-magento-eqp
```

## Features

- Parse callbacks from `http in` nodes
- Register callback URLs programmatically
- Configuration node with secret

## Example Flow

The example flow is located in [example/flow.json](https://github.com/netresearch/node-red-contrib-magento-eqp/blob/master/example/flow.json)

![Example Usage](https://i.imgur.com/xGD2WvE.png)

## Author

👤 **DevMiner **

- Github: [@TheDevMinerTV](https://github.com/TheDevMinerTV)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/netresearch/node-magento-eqp/issues). You can also take a look at the [contributing guide](https://github.com/netresearch/node-magento-eqp/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

---