Modify & Cancel Order
-
How do we determine the success/failure of this api and of cancel order.
The modify order API returns the following :
{
"data": {
"orderid": "xyz"
},
"message": "SUCCESS",
"errorcode": "",
"status": true
} -
@admin OK. Thanks.
-
Hi @rishi You will get the response as below status as true message as success:
{
"status":true,
"message":"SUCCESS",
"errorcode":"",
"data":{
"orderid":"201020000000080"
}
}
1 out of 3