Skip to main content
Published: May 21 2012, 4:16:00 PMUpdated: August 22 2022, 3:45:59 PM

Is there a sample XML request showing how to use the FiscalCode tag ?

Here is a sample request-response :

Request :

<?xml version="1.0" encoding="UTF-8" ?>
<GetSellerTransactionsRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<RequesterCredentials>
 <eBayAuthToken>*****</eBayAuthToken>
  </RequesterCredentials>
  <DetailLevel>ReturnAll</DetailLevel>
  <ErrorLanguage>it_IT</ErrorLanguage>
  <Version>1173</Version>
  <DetailLevel>ReturnAll</DetailLevel>
  <IncludeContainingOrder>true</IncludeContainingOrder>
  <IncludeCodiceFiscale>true</IncludeCodiceFiscale>
  <ModTimeTo>2012-05-22T12:31:29+00:00</ModTimeTo>
  <ModTimeFrom>2012-04-27T18:25:10+02:00</ModTimeFrom>
  </GetSellerTransactionsRequest>

 

In the response, you will see for each buyer

<CodiceFiscale>****</CodiceFiscale>

 

Note : This tag has been introduced in version 1173. So please make sure you use 1173 or higher versions in future.

 

How well did this answer your question?
Answers others found helpful