GetSellingManagerSoldListings returns noting
from past 18 hours (from like 8/9 16:00 JST), GetSellingManagerSoldListings retruns nothing.
Does anyone knows anything related to this?
masamats-74
Posted 2 years ago·Last reply 2 years ago
11 comments
from past 18 hours (from like 8/9 16:00 JST), GetSellingManagerSoldListings retruns nothing.
Does anyone knows anything related to this?
developer_support@ebay
Hi @chrimo_161666
Please use GetOrders call of Trading API or getOrders call of Fulfillment API to get the order related details.
chrimo_161666
·2 years ago@developer_support@ebay
What is the preferred alternative?
Apparently GetOrders doesn't work either as mentioned in Post #4
developer_support@ebay
Hi @masamats-74 @yc-shopper
Trading API calls like GetSellingManagerSoldListings which were used for Selling Manager Pro operations, has been depreciated.
These calls were previously used for Selling Manager / Selling Manager Pro users, but Selling Manager / Selling Manager Pro subscriptions have not been supported on eBay since June 2021, which means that these calls no longer have any practical use on eBay’s platform.
Please use GetOrders call of Trading API or getOrders call of Fulfillment API to get the order related details.
etoto-shop
·2 years agoWe had tried GetOrders and same result.
masamats-74
OP2 years agoI noticed that the `GetSellingManagerSoldListings` Trading API call has been providing proper responses once more since around 2023-08-15 01:00:00 UTC.
I would appreciate confirmation on the following points:
- Is the Trading API call `GetSellingManagerSoldListings` still currently accessible?
- In a previous communication, it was noted that the `GetSellingManagerSoldListings` Trading API call had been deprecated. Could you kindly supply details regarding the anticipated removal date for this call and where this information is officially documented?
masamats-74
OP2 years agoHi @developer_support@ebay ,
Once, the responses from 'GetSellingManagerSoldListings' were received successfully. However, today, it has stopped responding again. We were still in the process of switching to the new API, so I'm facing issues with my app stopping when the response is not returned.
Could you please provide information on the official deprecation status of 'GetSellingManagerSoldListings'?
When is the removal date, and where can I find clear documentation regarding this?
chrimo_161666
·2 years agoSame problem here.
GetSellingManagerSoldListings-CAll first returns a few results but then aborts with an error.
"Connection was closed by remote host"
In the current eBay SDK, the function is not marked as “deprecated”.
What are the alternatives to this call?
chrimo_161666
·2 years agofinally found it...deprecatet
https://developer.ebay.com/DevZone/guides/features-guide/content/Development/Listings-SellingManager.html
masamats-74
OP2 years agoThanks @chrimo_161666 for finding the document.
chrimo_161666
·2 years ago@masamats-74you're welcome...
What is your preferred alternative?
Apparently GetOrders doesn't work either as mentioned in Post #4
yc-shopper
·2 years agosame problem, cant find a solution.