我尝试使用以下信息更新沃尔玛网站上的库存数量。
<?xml version="1.0" encoding="UTF-8"?>
<wm:inventory xmlns:wm="http://walmart.com/">
<wm:sku>MEP-81000WL</wm:sku>
<wm:quantity>
<wm:unit>EACH</wm:unit>
<wm:amount>704</wm:amount>
</wm:quantity>
<wm:fulfillmentLagTime>1</wm:fulfillmentLagTime>
</wm:inventory>
我收到了
的回复<?xml version="1.0" encoding="UTF-8"?>
<ns2:errors xmlns:ns2="http://walmart.com/">
<ns2:error>
<ns2:code>SYSTEM_ERROR.GMP_INVENTORY_API</ns2:code>
<ns2:info>Exception occured on server</ns2:info>
<ns2:severity>ERROR</ns2:severity>
<ns2:category>SYSTEM</ns2:category>
<ns2:causes />
<ns2:errorIdentifiers />
</ns2:error>
</ns2:errors>