Skip to content

Commit 0863bc8

Browse files
committed
Merge pull request #46 from jeffcjohnson/master
shopping API uses X-EBAY-API-SITE-ID not X-EBAY-API-SITEID
2 parents 2d1759e + 5722861 commit 0863bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebaysdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def _build_request_headers(self):
516516
headers = {
517517
"X-EBAY-API-VERSION": self.api_config.get('version', ''),
518518
"X-EBAY-API-APP-ID": self.api_config.get('appid', ''),
519-
"X-EBAY-API-SITEID": self.api_config.get('siteid', ''),
519+
"X-EBAY-API-SITE-ID": self.api_config.get('siteid', ''),
520520
"X-EBAY-API-CALL-NAME": self.verb,
521521
"X-EBAY-API-REQUEST-ENCODING": "XML",
522522
"Content-Type": "text/xml"

0 commit comments

Comments
 (0)