ebay-api

eBay API, get globalID from numerical Site ID

落爺英雄遲暮 提交于 2020-01-06 06:46:07
问题 As the title says, I have the numerical Site ID, I need a way to get the corresponding GlobalId. I know there are tables with matches https://developer.ebay.com/DevZone/merchandising/docs/CallRef/Enums/GlobalIdList.html https://developer.ebay.com/DevZone/merchandising/docs/Concepts/SiteIDToGlobalID.html but I need a programmatic way to do it. 回答1: Your three options: Hash Map implementation import java.util.HashMap; public class Mappings{ public static void main(String []args){ HashMap myMap

eBay Trading API - calling structure in Delphi

感情迁移 提交于 2020-01-06 05:31:07
问题 I am trying to call eBay API through Delphi. After long time searching through Google and StackOverflow, I can get "GeteBayTime" (Shopping API) and "findItemsByKeywords" (Finding API) work properly now. When I started to test with Trading API, I have no idea where and how to insert seller's account info (userid and password). My first program for trading API is shown below and it is started with API call "GetSellingManagerSoldListings". Can any one show me some clue to make Trading API work?

How to create HTTP Header for eBay Browse API Function

落花浮王杯 提交于 2020-01-05 03:38:09
问题 I am trying to get a Product Review Rating through eBay's Browse API. Here is my code for this function: sHeaders := TStringList.Create; sHeaders.Add('X-EBAY-C-ENDUSERCTX=' + '"affiliateCampaignId=' + '533xxxxxxx"'); objIdHTTP.Request.CustomHeaders.AddStdValues(sHeaders); sResponse := objIdHTTP.Get('https://api.sandbox.ebay.com/buy/browse/v1/item/v1|123456789|0'); But I get a Socket Error 10054 when I test this code. It might be something wrong with the customer header part, but I can't

Connecting to eBay Trading API through SoapClient throws 'The web service eBayAPI is not properly configured or not found and is disabled' exception

孤者浪人 提交于 2020-01-01 17:03:48
问题 I'm trying to connect to the ebay trading API and make a basic request using PHP's SoapClient class, but I'm having trouble. I've done hours of searching for and fiddling with examples, but I cannot get anything to work. So I wrote the following barebones code and I'm trying to get it working: $token = [token here]; $client = new SOAPClient('http://developer.ebay.com/webservices/latest/eBaySvc.wsdl', array('trace' => 1, 'features' => SOAP_SINGLE_ELEMENT_ARRAYS)); $header = new SoapHeader('urn

Is it possible to get the eBay Category List via an API programmatically?

不羁的心 提交于 2020-01-01 15:05:17
问题 My goal is to get a list of eBay categories programmatically. It appears that the GetCategories method is only available from the Trading API. If I understand correctly, there is user interaction required to log into the Trading API: http://developer.ebay.com/DevZone/XML/docs/HowTo/Tokens/GettingTokens.html Is there another method to get the eBay categories list programmatically? I'm using Drupal 7, so PHP. 回答1: You do not need a token to get the categories. All you need is your App-ID The

Returning auctions ending later than 10 days

浪尽此生 提交于 2019-12-28 03:12:05
问题 My api/xml is working fine with returning auctions ending from present until 10 days but is not working for listings ending after 10 days: http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByCategory&SERVICE-VERSION=1.11.0&SECURITY-APPNAME=AlexGo:::::::hiddin::::821eee8&RESPONSE-DATA-FORMAT=XML&categoryId=307&paginationInput.entriesPerPage=100&paginationInput.pageNumber=1&outputSelector=CategoryHistogram&sortOrder=EndTime&itemFilter(0).name=MinPrice&itemFilter(0)

XML eBay Trading API - addItem with multiple shipping options

烈酒焚心 提交于 2019-12-25 01:49:42
问题 I want to list some item on eBay via there Trading API, but their API is very complicated and I need some help. I can list items on eBay via the API very well but I can't seem to figure out how to have more than one shipping option as I can do on the eBay addItem page Here is the shipping setting I need to have on eBay via the API http://i.cubeupload.com/F4oURU.png and this is my xml <?xml version="1.0" encoding="utf-8"?> <AddItemsRequest xmlns="urn:ebay:apis:eBLBaseComponents">

eBay API - check Finding API calls count?

隐身守侯 提交于 2019-12-24 00:33:07
问题 Thanks to that page: https://go.developer.ebay.com/api-call-limits we know that eBay allows up to 5000 requests per day per ebay developer account. But - maybe somebody know - it is possible to check current usage (requests count) and usage history of that limit ? 回答1: I ran into this situation myself, and made a note to come back and answer this with the available options I found once I got my own API call limit exceeded errors resolved with the eBay developers program. Monitor the limit in

PHP Ebay SDK SSL certificate

谁说我不能喝 提交于 2019-12-23 04:07:31
问题 I have been using this ebay-sdk-php and I am trying to make this working. I am not using any SSL handshake. My code is running on XAMPP Server basically for illustration purposes. The code is as below- <?php /** * Copyright 2016 Luca Accomazzi and David T. Sadler * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * *

eBay API returns low resolution thumbnails instead of the image uploaded by seller

久未见 提交于 2019-12-23 03:17:12
问题 When utilizing eBay's API, the listings show using the low res thumbnail pictures, rather than the high res version that the seller uploaded. What must I alter in the code to fix this? I've looked at solutions on eBays API forum, but it doesn't seem to be relevant to the code used in the tutorial. Javascript code: <div id="api"></div> <script> function _cb_findItemsByKeywords(root) { var items = root.findItemsByKeywordsResponse[0].searchResult[0].item || []; var html = []; html.push('<table