-
Notifications
You must be signed in to change notification settings - Fork 2
/
ebay.apikey.example
56 lines (51 loc) · 2.06 KB
/
ebay.apikey.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[keys]
#Your secret Ebay access keys.
#Generate the keys on: developer.ebay.com
dev_name = ENTER_HERE
app_name = ENTER_HERE
cert_name = ENTER_HERE
#Imgur key from: https://imgur.com/register/api_anon
imgur_key = ENTER_HERE
[call]
#siteid, global_id: Identify the eBay site with the items you want
# information about, e.g.
# US: siteid = 0, global_id = EBAY-US
# Germany: siteid = 77, global_id = EBAY-DE
# See:
# http://developer.ebay.com/devzone/finding/Concepts/SiteIDToGlobalID.html
#
#compatibility_level: The version used in header of the request. Tested values:
# compatibility_level = 785
# compatibility_level = 863
# See:
# http://developer.ebay.com/DevZone/XML/docs/HowTo/eBayWS/eBaySchemaVersioning.html
siteid = ENTER_HERE
global_id = ENTER_HERE
compatibility_level = ENTER_HERE
[auth]
#You need production token here if you are using the Best Match, Client Alerts
#and Feedback API
token = ENTER_HERE
[research]
#The Research API credentials go here
Token = ENTER_HERE
UserToken = ENTER_HERE
DeveloperName = ENTER_HERE
[endpoints]
#Specify the endpoints here, make sure endpoints and the auth credentials +
#token match.
#To use the production system, remove `.sandbox` from the URL. However trading
#API uses different naming scheme, see at bottom.
feedback = https://svcs.ebay.com/FeedbackService
finding = http://svcs.sandbox.ebay.com/services/search/FindingService/v1
best_match = https://svcs.ebay.com/services/search/BestMatchItemDetailsService/v1
client_alerts = http://clientalerts.sandbox.ebay.com/ws/ecasvc/ClientAlerts
merchandising = http://svcs.sandbox.ebay.com/MerchandisingService
platform_notifications = https://api.sandbox.ebay.com/wsapi
product = http://svcs.sandbox.ebay.com/services/marketplacecatalog/ProductService/v1
research = http://api.researchadvanced.com/
resolution_case_management = https://svcs.sandbox.ebay.com/services/resolution/ResolutionCaseManagementService/v1
shopping = http://open.api.sandbox.ebay.com/shopping
trading = https://api.sandbox.ebay.com/wsapi
# for production use:
#trading = https://api.ebay.com/ws/api.dll