I have been seeing this error popup every once in a while during inventory update process
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:errors xmlns:ns2="http://walmart.com/">
<ns2:error>
<ns2:code>2.GMP_INVENTORY_API</ns2:code>
<ns2:field>Inventory</ns2:field>
<ns2:description>Update failed even after retries</ns2:description>
<ns2:info>Update failed even after retries</ns2:info>
<ns2:severity>ERROR</ns2:severity>
<ns2:category>DATA</ns2:category>
<ns2:causes/>
<ns2:errorIdentifiers/>
</ns2:error>
</ns2:errors>
Is there a specific reason for this to happen ?
A 400 error is 'Bad Request'. Usually that means the fault is on your end.
The first thing to do is check the requests you've been sending. Logging them, especially the ones that result in an error, is a good idea.
Things to check: