Hellom
we noticed, that one of our calls to the eBay Trading API are not working anymore.
Until now, we were using the "ReviseFixedPriceItem" method for manually updating the price for some of our items. Now we noticed, that the price isn't changed anymore.
While debugging we noticed, that we get a bunch of warnings returned when sending the call. Most of them are related to the changes for managed payments (e.g. some payment methods are not supported anymore). But for my understanding, those warnings shouldn't cancel the updating of the price, as long as there are now hard errors. Am I right?
We tried two methods:
- Just taking the ItemType object we received from ebay, changing it, and using it for the ReviseFixedPriceItem call.
- Creating a new ItemType option only providing the ItemID and BuyItNowPrice object.
Both return the same warnings, and nothing is updated.
Is there any recent change that we missed, that is causing those problems?
Any help is highly appreciated!
Best regards,
David