Order
Updated: 2025-09-05 09:41:51
This module is primarily used for managing the complete lifecycle of an order, including order creation, status inquiry, payment processing, receipt confirmation, and refund application.
1. API Method Overview
| API Method | Description |
|---|---|
| getOrderList | Retrieve order list |
| getOrderDetail | Retrieve order details |
| createOrder | Create an order |
| confirmOrder | Confirm receipt |
| applyOrderRefund | Apply for a refund |
