Refund Order

Create a refund order

Create a refund order。

Cancel the order and get a refund. you can only do this when the order has not been shipped. This operation is performed asynchronously, and you can get the latest status information through "Query ReFund"

The refund status can be updated for a maximum of 24 hours. Generally, the status will be updated within 1 hour.

POST /openapi/v1/order/orders/{id}/refund

Request Body

Name
Type
Description

Remark*

String

Refund Notes

{
    "code":10000,
    "message":"kk.api.200",
    "data":
        "111"
}

Last updated