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
- Host: GitHub
- URL: https://github.com/netresearch/node-red-contrib-magento-eqp
- Owner: netresearch
- License: mit
- Created: 2021-04-07T08:07:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-04T20:54:02.000Z (10 months ago)
- Last Synced: 2025-09-04T22:26:13.239Z (10 months ago)
- Topics: api-wrapper, magento, node-red, node-red-contrib, parser
- Language: TypeScript
- Homepage:
- Size: 461 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to node-red-contrib-magento-eqp 👋
> 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)

## 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!
---