Cancelorder
Authorizations
Header parameters
Content-TypestringOptionalExample:
application/json
customerintegerOptionalExample:
1
Body
objectOptionalExample:
{"orderId":10,"reasonId":"1","comment":"comment New Cancel Order"}
Responses
200
Successful response
application/json
post
POST /V2/cancelorder HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"orderId": 10,
"reasonId": "1",
"comment": "comment New Cancel Order"
}
200
Successful response
No content