Failing API calls from my ERP system to mark orders COMPLETED
-
My website has been connected to our ERP system for 6+ years with no issues until 7/21. When we “closed” an order in our ERP system it marked the order “completed” the order in WooCommerce via our connection. That has completely stopped now. I reverted back to WC 7.8.2 (thought this might work even though this was released before the issue started) and still no solution. Here is the failed call to send update order status (not sure how to format on here), RESPONSE in bold at the end is the error:
REQUEST
(
[headers] => Array
(
[0] => Accept: application/json
[1] => Content-Type: application/json
[2] => User-Agent: WooCommerce API Client-PHP/2.0.0
)
[method] => PUT
[data] => Array
(
[order] => Array
(
[status] => completed
)
)
[body] => {“order”:{“status”:”completed”}}
[duration] => 0.6671
)
RESPONSE **(error here)**
(
[code] => internal_server_error
[message] =>
There has been a critical error on this website.
Learn more about troubleshooting WordPress.
[data] => stdClass Object
(
[status] => 500
)
[additional_errors] => Array
(
)
)
- The topic ‘Failing API calls from my ERP system to mark orders COMPLETED’ is closed to new replies.