ebay-api

ebay REST api: The item specific Brand is missing. (same for MPN) [closed]

痞子三分冷 提交于 2019-12-02 16:02:46
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . Even I supplied brand and mpn (which I checked via GET inventory_item), I am still getting the errors "The item specific Brand is missing." and "The item specific MPN is missing." when trying to publish the offer. Any tips how to solve that? 回答1: The unexpected solution of this problem was to add a product

Ebay api GetSellerList, Parsing response XML

。_饼干妹妹 提交于 2019-12-02 11:05:32
I am using the ebay trading api to get a sellers stock which is currently listed. I am using the call GetSellerList.I am having trouble parsing the xml which I would then insert into there website shop. This is the xml request. <GetSellerListRequest xmlns='urn:ebay:apis:eBLBaseComponents'> <UserID>".$user_id."</UserID> <DetailLevel>ReturnAll</DetailLevel> <ErrorLanguage>RFC 3066</ErrorLanguage> <WarningLevel>Low</WarningLevel> <Version>".$compat_level."</Version> <RequesterCredentials> <eBayAuthToken>".$auth_token."</eBayAuthToken> </RequesterCredentials> <StartTimeFrom>2012-06-12T23:35:27

M2E Cron jobs not automatically running in Magento [closed]

*爱你&永不变心* 提交于 2019-12-02 10:45:00
We've installed M2E on a Magento installation for a client - all the Cron jobs are set to run but unless we do them manually, they just aren't running. Running them manually does work fine. I have read through lots of documentation and support tickets but there seems to be no identification of a similar problem or fix for it. The sync tab has a message saying: Last synchronization was performed by cron more than 12 hours ago. Please check Magento cron job configuration. Does anyone have any helpful solutions? I would take a look at the table cron_schedule and ensure that cron.php is setup and

eBay API GetOrders call not returning all orders as requested

☆樱花仙子☆ 提交于 2019-12-02 08:35:26
I am trying to fetch orders created in a specific period of dates using a php script. This is a most basic request that i am making to ebay: <?xml version="1.0" encoding="utf-8"?> <GetOrdersRequest xmlns="urn:ebay:apis:eBLBaseComponents"> <RequesterCredentials> <eBayAuthToken>[my authentication token]</eBayAuthToken> </RequesterCredentials> <CreateTimeFrom>2012-05-10T00:00:00.000Z</CreateTimeFrom> <CreateTimeTo>2012-05-15T00:00:00.000Z</CreateTimeTo> </GetOrdersRequest> Call compatibility level is 773. This same request works fine on the API test tool of ebay but when i use it in my script it

Getting eBay Access Token (Exchanging auth token) with python requests

扶醉桌前 提交于 2019-12-02 00:25:31
问题 I'm trying to use this guide to get access token. Here is my main file: import requests from utils import make_basic_auth_header, conf code = '<Auth code here>' url = "%s/identity/v1/oauth2/token" % conf('EBAY_API_PREFIX') headers = { 'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': make_basic_auth_header() } data = { 'grant_type': 'authorization_code', # 'grant_type': 'refresh_token', 'state': None, 'code': code, 'redirect_uri': conf('EBAY_RUNAME') } r = requests.post(

Getting eBay Access Token (Exchanging auth token) with python requests

陌路散爱 提交于 2019-12-01 23:11:05
I'm trying to use this guide to get access token. Here is my main file: import requests from utils import make_basic_auth_header, conf code = '<Auth code here>' url = "%s/identity/v1/oauth2/token" % conf('EBAY_API_PREFIX') headers = { 'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': make_basic_auth_header() } data = { 'grant_type': 'authorization_code', # 'grant_type': 'refresh_token', 'state': None, 'code': code, 'redirect_uri': conf('EBAY_RUNAME') } r = requests.post( url, data=data, headers=headers, ) Here's the make_basic_auth_header() function: def make_basic_auth

Getting an Ebay OAuth Token

感情迁移 提交于 2019-12-01 09:14:28
I've been working on the ebaySDK for most of the week. I've managed to integrate the Trading and Shopping APIs into my project. For the trading API, I was using an Auth n Auth token which has a validity of upto 18 months. The OAuth Token which I need for the Sell APIs is valid only for a day, so I'll need to fetch it regularly before it expires. I followed the documentation on the site and even tried looking through python repos on github but I haven't been able to move forward as of yet. Here's a quick snippet of my request code, What am I doing wrong? import requests, json, base64, xmltodict

Getting an Ebay OAuth Token

本小妞迷上赌 提交于 2019-12-01 05:54:48
问题 I've been working on the ebaySDK for most of the week. I've managed to integrate the Trading and Shopping APIs into my project. For the trading API, I was using an Auth n Auth token which has a validity of upto 18 months. The OAuth Token which I need for the Sell APIs is valid only for a day, so I'll need to fetch it regularly before it expires. I followed the documentation on the site and even tried looking through python repos on github but I haven't been able to move forward as of yet.

eBay oauth token and refresh tokens [closed]

谁都会走 提交于 2019-11-30 06:45:18
been struggling for couple of days with eBay token authentication. I am finding it hard to understand how to fetch new tokens, after signing up for a developer program account, I requested the key-set and got them, afterwards I grant access on Auth'n'Auth token which promises to last for 18 months, and yes the token works only on Trading, Shopping and Finding api. But when you need to perform Buy, Sell and Commerce api's you have to obtain oauth tokens. And you can do the so called "Single User app" style and signin on oauth from User Token Tool, and get an oauth with 2 hours expiry. Later on

Returning auctions ending later than 10 days

无人久伴 提交于 2019-11-27 09:38:48
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).value=.01&itemFilter(1).name=MaxPrice&itemFilter(1).value=1000&itemFilter(2).name=ListingType