How Can We Help?
Cancel Order Transaction
The Cancel Order is used to cancel an existing Order.
Request JSON Example (Version 3.0)
The following is an example of the JSON string that will be posted
{
"cancel_order": {
"version": "3.0",
"integration_type": "FLK",
"member_id": "###",
"account_id": "######",
"location_id": "STN",
"order_number": "JTest16",
"reason_for_cancellation": "No longer needed"
}
}
Response JSON Example (Version 3.0)
The following is an example of the JSON string to be returned
{
"cancel_order_response": {
"version": "3.0",
"integration_type": "FLK",
"member_id": "###",
"account_id": "######",
"status": "success",
"error_description": "",
"order_status": "cancelled"
}
}