problems with eBey API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 19-03-2021 09:42 PM
Hello.
I am having some issues with how our app interacts with eBay.
The app uses two types of access for interacting with the platform: eBay API SDK and eBay Rest API. Currently we are working on sending and receiving data for listings, including Ad Campaign, Ads and Promotion. In most cases, the API methods are working correctly, but sometimes there are issues listed below:
2) When using eBay API SDK:
1. I receive listing data using the known Listing ID.
2. When receiving listing data, the field "Buy it Now" always returns the 0 value, even though the previously sent to eBay value is different from 0.
3) When using eBay REST API:
1. We send out the "Promotion for current listing" data using the known Listing ID.
2. After 5 minutes, eBay creates a promotion and we can see it on the buyer's end, but on the seller's end it is still greyed out.
Could you please help me out with the issues described above?