1,107 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
84
views
How can I check if there is an active offer for a specific item using the official eBay API?
I need to check, via eBay's official APIs, whether there is an active offer already sent to a buyer for a specific item (listing). However, I couldn't find any clear information about this in the ...
1
vote
1
answer
95
views
eBay - REST API - send message to buyer after purchase
Easy question, no answers found.
How to send a message to buyer after paid order with REST API? I found the depracted SOAP API that offers that but not REST https://developer.ebay.com/Devzone/XML/docs/...
1
vote
1
answer
252
views
Ebay API - Search my listing by keyword in title
I am trying to get data using the Ebay API and a keyword for my items. For example, I used to be able to enter this...
https://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=...
0
votes
0
answers
66
views
eBay deep linking/affiliate linking URL schema has changed. How can I find the new format to programmatically create them?
I have native mobile apps and a website that all have been generating eBay affiliate links for a years now, but it appears they've changed the format.
I was using this URL for opening the app
ebay://...
0
votes
0
answers
31
views
How to Retrieve Redemption Codes from eBay API Using Node.js
I'm trying to retrieve redemption codes (e.g., coupon codes or discounts) from the eBay API using Node.js with axios.
So far, I successfully obtain an OAuth access token using the Client Credentials ...
1
vote
0
answers
66
views
eBay API refresh tokens
In my web app I don't have users or anything like that. I have a simple GET request https://api.ebay.com/buy/browse/v1/item_summary/search?q=\ to get some eBay products.
The things is that the token I ...
2
votes
0
answers
56
views
eBay API - searching for a match in eBay Catalog
Any help would be greatly greatly appreciated!!
I am trying to search the eBay catalog for a match with a UPC. In the example code below, I have just tried to search for the Big Bang Theory Season 1 ...
1
vote
0
answers
69
views
UploadSiteHostedPictures returning low quality images when call is made to the API
I've been trying to get a URL to use for eBay listings but I need an external URL and I've been trying to use UploadSiteHostedPictures from the eBay API.
My problem is that whenever I run the code I ...
1
vote
1
answer
43
views
PHP Ebay API ReviseFixedPriceItem - add multiple pictures to multidimensional variants
I would like to automate the upload of product images via the Ebay API (ReviseFixedPriceItem).
As an example, let's take "screws" as an Ebay item. The selection options would be "thread size" and "...
0
votes
1
answer
151
views
Unable to exchange authorization code for access token in eBay
I'm integrating eBay's OAuth API into my C# application to generate an access_token by exchanging an authorization_code.
However, I get the following error during the token exchange:
{
"error&...
1
vote
0
answers
97
views
Ebay API error: Authorization Code Grant Type "invalid_grant" error, C#
I am trying to get user access token(Authorization Code Grant Type) by using c#.
Unfortunately, it is returning 400(Bad request) error. When I tried the same method for client_credentials, it works ...
1
vote
0
answers
105
views
eBay Digital Signatures header 215113 error Invalid timestamp in signature parameters
I am trying to create digital signature for Ebay API. I always get error 215113 "Invalid timestamp in signature parameters". I am using long timestamp = DateTimeOffset.UtcNow....
0
votes
1
answer
216
views
Ebay Sandbox Offer publish Issue (ShippingCostPaidByOption, ReturnsAcceptedOption, ReturnsWithinOption)
Recently, I've encountered an issue when trying to publish products on my platform. Previously, everything worked smoothly, but now I'm encountering an error preventing the publication of products.
...
0
votes
1
answer
427
views
Get OAuth Ebay access token nigthmare MediaAPI
I'm struggling creating a new access token for the media api (I need the product videos). I just finally get the "code" via url and it's "new" OAuth2. With this I get the access ...
1
vote
0
answers
247
views
Unable to publish offer on eBay sandbox
I have three problems with eBay sandbox.
1.
Whenever I want to publish an offer I get the following message:
The eBay listing associated with the inventory item, or the unpublished offer has invalid ...