Skip to content

Commit

Permalink
adding back accidentally deleted config.ini.example
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanvarlamov committed Apr 18, 2012
1 parent 3329b2d commit d17852c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ebay/config.ini.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#Generate the keys from developer.ebay.com
[keys]
dev_name=ENTER_HERE
app_name=ENTER_HERE
cert_name=ENTER_HERE

#siteid: The numeric value for the eBay site with the items you want information about, e.g. the siteid of the US site is 0.
#compatibility_level: The version used in header of the request
[call]
siteid=ENTER_HER
compatibility_level=ENTER_HERE

#You need production token here if you are using the Best Match, Client Alerts and Feedback API
[auth]
token = ENTER_HERE

#The Research API credentials go here
[research]
Token = ENTER_HERE
UserToken = ENTER_HERE
DeveloperName = ENTER_HERE

#Specify the endpoints here, make sure endpoints and the auth credentials + token match
[endpoints]
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

0 comments on commit d17852c

Please sign in to comment.