Shopify Fulfillment API Error code 422 Unprocessable Entity

Good day,

I was wondering if there is any way to read the response body from this error message we received in our logs. We are experiencing Error code 422 but we don’t currently know what to fix because the error message is not specific and we can’t really change the code to specify the response body right now.

The error message we received in our logs is written below:

{ “name”: “HTTPError”, “timings”: { “start”: 1641262946811, “socket”: 1641262946811, “lookup”: 1641262946812, “connect”: 1641262946814, “secureConnect”: 1641262946820, “upload”: 1641262946820, “response”: 1641262947271, “end”: 1641262947272, “phases”: { “wait”: 0, “dns”: 1, “tcp”: 2, “tls”: 6, “request”: 0, “firstByte”: 451, “download”: 1, “total”: 461 } }

Would really appreciate help on this thanks!