Skip to content

Commit bf47d4c

Browse files
authored
Create ebay.yaml
1 parent 047223d commit bf47d4c

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

ebay.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: ebay_api_config
2+
3+
# Trading API Sandbox - https://www.x.com/developers/ebay/products/trading-api
4+
api.sandbox.ebay.com:
5+
compatability: 719
6+
appid: ENTER_YOUR_APPID_HERE
7+
certid: ENTER_YOUR_CERTID_HERE
8+
devid: ENTER_YOUR_DEVID_HERE
9+
token: ENTER_YOUR_TOKEN_HERE
10+
11+
# Trading API - https://www.x.com/developers/ebay/products/trading-api
12+
api.ebay.com:
13+
compatability: 719
14+
appid: ENTER_YOUR_APPID_HERE
15+
certid: ENTER_YOUR_CERTID_HERE
16+
devid: ENTER_YOUR_DEVID_HERE
17+
token: ENTER_YOUR_TOKEN_HERE
18+
19+
# Finding API - https://www.x.com/developers/ebay/products/finding-api
20+
svcs.ebay.com:
21+
appid: ENTER_YOUR_APPID_HERE
22+
version: 1.0.0
23+
24+
# Shopping API - https://www.x.com/developers/ebay/products/shopping-api
25+
open.api.ebay.com:
26+
appid: ENTER_YOUR_APPID_HERE
27+
version: 671

0 commit comments

Comments
 (0)