Onebound
A Medusa plugin that integrates Onebound API to import and manage products from external sources.
Features
- Product import through Onebound API
- External product data integration
- Automated product synchronization
- Compatible with Medusa v2
Installation
npm install medusa-plugin-onebound
Configuration
Add the plugin to your medusa-config.js:
module.exports = {
plugins: [
{
resolve: "medusa-plugin-onebound",
options: {
// Your Onebound API configuration
}
}
]
}
Requirements
- Node.js >= 20
- Medusa v2
- Onebound API credentials