REVER provides a complete returns management engine that integrates deeply with your e-commerce platform. Whether you're on Shopify, Magento, WooCommerce, or a custom-built platform, REVER handles the full return lifecycle: from customer-initiated returns to refunds, exchanges, and inventory restocking.
REVER offers native, out-of-the-box integrations with major e-commerce platforms:
- Shopify: deep integration via OAuth, Shopify Returns API, and real-time webhooks
- Magento: native connector for Magento 2.x
- WooCommerce: plugin-based integration
- Salesforce Commerce Cloud: API-based integration
- Prestashop: native module
For custom-built platforms, see our Custom Platform Integration guide.
REVER provides 3 main APIs:
- Storefront API: for building custom returns portals and customer-facing experiences
- Admin API: for managing returns, configuring settings, and server-to-server integrations
- Webhooks: for receiving real-time events from REVER (return created, shipped, refunded, etc.)
All APIs are platform-agnostic. The same APIs work regardless of your e-commerce platform.
Both APIs use API key authentication:
- Request an API key through your account manager
- Include the API key in the
x-rever-api-keyheader - Example:
x-rever-api-key: 87bf223499abeef
Important: Keep your API key secure and confidential. Never share it or expose it in client-side code.
For integration support:
- Email: developer@itsrever.com
- Website: https://itsrever.com
- Documentation: Available through OpenAPI specification