Discussions
We are hitting post request in production APIs : (/products/inventory) to update the inventories for SUPC(s) and we are getting the status code as (200). But once we hit the production API : (/feed/result) we are getting that so many SUPCs are failed and we also not get the proper reason of failing these SUPC(s) . How can we know why these SUPC(s) are failed
about 9 years ago by Nitin Nigam
Response :
{
"metadata": {
"requestId": "****,
"clientId": "*",
"responseTime": 21,
"requestedURI": "GET /feed/result"
},
"payload": {
"supcResults": [
{
"supc": "***",
"sellerSku": "***",
"state": "FAILED",
"date": 1459587956146,
"message": "Unsuccessful"
}
],
"currentPage": 1,
"totalPages": 63198,
"pageSize": 1
}