Returns & Refunds Control Panel
Configure, manage, and monitor all return and refund operations
1,234
Total Returns89
Pending Returns$45,678
Total Refunds (30d)3.2%
Return RateReturns & Refunds Configuration
Return Policy Configuration
Return Workflow Configuration
Automation Rules
Configure automated rules to streamline return processing.
API Integration Guide
Use our REST API to integrate returns and refunds with external systems.
API Credentials
API Base URL: https://yourdomain.com/api/v1/returnsAPI Key: [Your API Key]API Secret: [Your API Secret]
Integration Script Generator
Generated Integration Script
// Click "Generate Integration Script" to see the code
API Endpoints Documentation
| Endpoint | Method | Description | Authentication |
|---|---|---|---|
/api/v1/returns |
GET | List all return requests | Bearer Token |
/api/v1/returns |
POST | Create new return request | Bearer Token |
/api/v1/returns/:id |
GET | Get return request details | Bearer Token |
/api/v1/returns/:id/approve |
POST | Approve return request | Bearer Token |
/api/v1/refunds |
GET | List all refunds | Bearer Token |
/api/v1/refunds |
POST | Process refund | Bearer Token |
/api/v1/webhooks/returns |
POST | Receive return webhook events | Signature Verification |