Discussions
Reports have been under processing for over an hour now. What's the expected timeout ?
Here's the response I've been getting
{
"metadata": {
"requestId": "0ee3210c-4bda-4be8-8c34-8c5f3ab0a9e3",
"clientId": "83",
"responseTime": 344,
"requestedURI": "GET /payments/transactions/reports/256860"
},
"payload": {
"message": "The report request is under processing, please try after some time"
}
}
how to get the details of SD+ orders in different states.
I wanna get details of SD+ orders in each state . which are the APIs I wanna call ??
Inventory Update error "message": "Empty inventory updates request",
Hi
PHP code to update inventory
Hi
Get Search Seller Product - failing
Searching for seller products in production:
purpose API - POST /orders/split
what is the purpose of API - POST /orders/split
Transactions Reports Now Working
We tried to access below end point to get the reports of the payments for sandbox company.
Payment Reconciliation
For the effective payment reconciliation,we need to following data from sellerAPIs.
which API I wanna call to get the Tracking ID??
which API I wanna call to get the Tracking ID??
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
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
}