1

This question is related to PHP-OARA library, detail link of class is https://github.com/fubralimited/php-oara/blob/67be49d7b19793941d12bc8da64cf553f069b064/Oara/Network/Publisher/Ebay.php

Few days back i have noticed that ebay api stopped working, when i debug it my calling api url redirects to something like "https://legacyepn.vip.ebay.com/" and page displays server not found. Has anyone fixed that issue or found some other solution of it ?

Thank you for your time.

Regards, Zubair

Zubair Ahmed
  • 44
  • 11

1 Answers1

1

I received an answer from the support team.

Dear Simon,

Thank you for contacting eBay Partner Network Customer Support.

We kindly inform you that the report cannot be downloaded via API as of 15th January. The User Manual is unfortunately outdated.

We apologize for any inconvenience this may have caused you, and appreciate your understanding.

Simon Ludwig
  • 1,754
  • 1
  • 20
  • 27
  • Thanks Simon, i have also checked their updated api docs and used method "Trading Api" for importing transactions but every time i send request, this response appears "0 0" Detail Api Link; https://developer.ebay.com/devzone/xml/docs/reference/ebay/index.html – Zubair Ahmed Mar 20 '17 at 06:45
  • 1
    I have also got response from ebay developer network, previously it was simple Get request from client but now requirement is to POST all values with content type needs to be application/x-www-form-urlencoded which were sending via URL. And it solved my issue. – Zubair Ahmed May 17 '17 at 10:22