[Order] Cancel Long Pending Shipment Orders
Cancel Orders Still in the [Waiting for Seller to Confirm Shipment] Status After 1 Hour
HTTP request
POST /market/open_api/request/?action=merchant.order.buy.cancel HTTP/1.1
Content-Type: application/json
Content-Length: 262
Host: localhost:8080
{
"apiKey" : "ft8CxQvvOGxpXVJcMhgZ",
"orderId":"4020241105113720987465"
} Table 4. Request fields
Path
Type
Description
HTTP response
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 181
{
"code": 0,
"message": "SUCCESS",
"data": {
"result": "The transaction is currently being cancelled"
}
}Table 5. Response fields
Path
Type
Description
Last updated