GetItemTransactions not working. for example.
<?xml version="1.0" encoding="utf-8"?> <GetItemTransactionsRequestxmlns="urn:ebay:apis:eBLBaseComponents"> <RequesterCredentials> <eBayAuthToken></eBayAuthToken> </RequesterCredentials> <ErrorLanguage>en_US</ErrorLanguage> <WarningLevel>High</WarningLevel> <!-- Enter the ItemID --> <ItemID>233789802112</ItemID> <QuantitySold>1</QuantitySold> </GetItemTransactionsRequest>
its returning
<?xml version="1.0" encoding="UTF-8"?> <GetItemTransactionsResponse xmlns="urn:ebay:apis:eBLBaseComponents"> <Timestamp>2020-11-27T01:31:08.624Z</Timestamp> <Ack>Failure</Ack> <Errors> <ShortMessage>XML Parse error.</ShortMessage> <LongMessage>XML Error Text: "; nested exception is: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 33; Element type "GetItemTransactionsRequestxmlns" must be followed by either attribute specifications, ">" or "/>".".</LongMessage> <ErrorCode>5</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorParameters ParamID="0"> <Value>; nested exception is: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 33; Element type "GetItemTransactionsRequestxmlns" must be followed by either attribute specifications, ">" or "/>".</Value> </ErrorParameters> <ErrorClassification>RequestError</ErrorClassification> </Errors> <Errors> <ShortMessage>Header "X-EBAY-API-APP-NAME" does not exist.</ShortMessage> <LongMessage>Header "X-EBAY-API-APP-NAME" does not exist.</LongMessage> <ErrorCode>10011</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorParameters ParamID="0"> <Value>X-EBAY-API-APP-NAME</Value> </ErrorParameters> <ErrorClassification>RequestError</ErrorClassification> </Errors> <Errors> <ShortMessage>Header "X-EBAY-API-DEV-NAME" does not exist.</ShortMessage> <LongMessage>Header "X-EBAY-API-DEV-NAME" does not exist.</LongMessage> <ErrorCode>10011</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorParameters ParamID="0"> <Value>X-EBAY-API-DEV-NAME</Value> </ErrorParameters> <ErrorClassification>RequestError</ErrorClassification> </Errors> <Errors> <ShortMessage>Header "X-EBAY-API-CERT-NAME" does not exist.</ShortMessage> <LongMessage>Header "X-EBAY-API-CERT-NAME" does not exist.</LongMessage> <ErrorCode>10011</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorParameters ParamID="0"> <Value>X-EBAY-API-CERT-NAME</Value> </ErrorParameters> <ErrorClassification>RequestError</ErrorClassification> </Errors> <Version>1175</Version> <Build>E1175_CORE_APIXO_19220561_R1</Build> </GetItemTransactionsResponse>