Hi guys,
Is it possible to improve error handling by adding the API error response into the order note when a booking fails?
eg.
"responseData":{"error":"invalid","error_description":"The details provided are invalid","delivery_date":["Cannot be a past date on creation","Cannot be a past date"],"delivery_window":["Cannot be in the past"]}
My fulfilment staff could not work out why the order would not push across but I managed to find the reason by trawling through the logs.