We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d1759e + 5722861 commit 0863bc8Copy full SHA for 0863bc8
ebaysdk/__init__.py
@@ -516,7 +516,7 @@ def _build_request_headers(self):
516
headers = {
517
"X-EBAY-API-VERSION": self.api_config.get('version', ''),
518
"X-EBAY-API-APP-ID": self.api_config.get('appid', ''),
519
- "X-EBAY-API-SITEID": self.api_config.get('siteid', ''),
+ "X-EBAY-API-SITE-ID": self.api_config.get('siteid', ''),
520
"X-EBAY-API-CALL-NAME": self.verb,
521
"X-EBAY-API-REQUEST-ENCODING": "XML",
522
"Content-Type": "text/xml"
0 commit comments