注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > Miravia Open Platform

Miravia - Webhook API Reverse Order

更新时间:2022/11/29 访问次数:628

Property

Value

Comment

msg_type

18

field to determine message type.

Retry times

 

12

Retry times when client failed to response

Retry Interval

30min

delay between two retries

Auth Required

true

This notification need authorization

 

Triggered when Reverse order status is updated

{
    "seller_id": "12345",
    "message_type": 18,
    "data": {
        "reverse_order_id": 658960600102006,
        "reverse_status": "RTM_INIT",
        "trade_order_id": 416557324702006,
        "extraParams": {},
        "trade_order_line_id": 416557324802006,
        "buyer_id": 100112802006,
        "seller_id": 1000143772,
        "reverse_order_line_id": 663790000102006,
        "status_update_time": 1626767698
    },
    "timestamp": 1627889609,
    "site": "arise_es"
}

"reverse_status" enumeration value

 

reverse-type key title content
CANCEL CANCEL_INIT Cancellation Initiated Sorry this item didn't meet your expectations. Your request is being processed. You can track the status of  your return request
CANCEL CANCEL_SUCCESS Cancellation Approved Your refund of has been issued by the seller
CANCEL CANCEL_REFUND_ISSUED Cancellation Refund Issued Your return request has been cancelled by our customer support team as another solution has been applied
RTM, MIX-RETURN RTM_INIT Return Initiated Sorry this item didn't meet your expectations. Your request is being processed. You can track the status of  your return request
RTM, MIX-RETURN RTM_CANCELED Return Request Cancelled Your return was automatically cancelled. Please contact customer support if there is has been an issue
RTM RTM_SHIPPING_BACK Return Collected Our team have picked up your return item and are on their way back to our warehouse for inspection
RTM RTM_RECEIVE_ITEM Return Processing Your item has been received at seller and is being prepared for inspection
RTW RTW_INIT Return Initiated Sorry this item didn't meet your expectations. Your request is being processed. You can track the status of   your return request
RTW RTW_CANCELED Return Request Cancelled Your return was automatically cancelled. Please contact customer support if there is has been an issue
RTW, MIX-RETURN RTW_SHIPPING_BACK Return Collected Our team have picked up your return item and are on their way back to our warehouse for inspection
RTW, MIX-RETURN RTW_REJECT Return Processed Sorry, your return goods did not pass inspection.
RTW, MIX-RETURN RTW_REFUND_PENDING Return Processed Your refund is on the way
ONLY_REFUND REFUND_INIT Refund Initiated Sorry this item didn't meet your expectations. Your request is being processed. You can track the status of   your return request
ONLY_REFUND REFUND_PENDING Refund Approved Your refund of has been approved by our customer support team
ONLY_REFUND REFUND_SUCCESS Refund Issued Your refund of has been issued
ONLY_REFUND REFUND_REJECTED Refund Rejected Your refund has been rejected by our customer support team

FAQ

关于此文档暂时还没有FAQ
返回
顶部