App Introduction
With this app, your customers can request cancellations, returns, and exchanges. This app provides return and exchange management for both customers and merchants. Customers can request to cancel or return their ordered items, or exchange them for other products in the store. Merchants can choose to approve or reject customers’ return or exchange requests. If merchants wish, they can add special statuses to these processes.
Core Functionality
- Customers can initiate return, cancellation, and exchange requests
- Merchants manage return, modification, and cancellation requests from customers
- Quickly and efficiently manage shipping labels for returns and exchanges
Merchant-Friendly
- Apparel & Footwear Merchants
- 3C Electronics Merchants
- Home & General Merchants
- Independent Retail Merchants
- Multi-category E-commerce Merchants
Basic Information
- Developer:Turkey E-Commerce
- Address:Minber Sokak No 1, İstanbul Ataşehir, 34752, TR
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2022-9-26
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
基础计划
- Up to 100 return or exchange requests per month
专业计划
- Unlimited exchanges or returns.
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/returns.json
- GET /admin/api/returns/{id}.json
- PUT /admin/api/returns/{id}.json
Permission:write_returns,read_returns,manage_orders
- POST /admin/api/orders/{id}/cancel.json
- GET /admin/api/orders/{id}.json
- PUT /admin/api/orders/{id}.json
Permission:write_orders,read_orders,manage_orders
- POST /admin/api/exchanges.json
- GET /admin/api/exchanges/{id}.json
- PUT /admin/api/exchanges/{id}.json
Permission:write_exchanges,read_exchanges,manage_orders
- GET /admin/api/returns.json
- PUT /admin/api/returns/{id}/status.json
- DELETE /admin/api/returns/{id}.json
Permission:write_returns,read_returns,manage_orders
- GET /admin/api/orders.json?status=cancelled
- PUT /admin/api/orders/{id}/cancel.json
- DELETE /admin/api/orders/{id}/cancel.json
Permission:write_orders,read_orders,manage_orders
- GET /admin/api/exchanges.json
- PUT /admin/api/exchanges/{id}/status.json
- POST /admin/api/exchanges/{id}/fulfill.json
Permission:write_exchanges,read_exchanges,manage_orders
- POST /admin/api/returns/{id}/shipping_labels.json
- GET /admin/api/returns/{id}/shipping_labels.json
- PUT /admin/api/returns/{id}/shipping_labels.json
Permission:write_returns,read_returns,manage_shipping
- POST /admin/api/exchanges/{id}/shipping_labels.json
- GET /admin/api/exchanges/{id}/shipping_labels.json
- PUT /admin/api/exchanges/{id}/shipping_labels.json
Permission:write_exchanges,read_exchanges,manage_shipping