cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting active listing in JSON format

I am trying to find an API call that will return my current active inventory in JSON format. The "Trading API > GetMyeBaySelling" API works great except it returns XML format. I'm specifically looking for "ItemID" and "Title". This is what I'm using for the Trading API:

 

 

<?xml version="1.0" encoding="utf-8"?>
<GetMyeBaySellingRequest xmlns="urnapis:eBLBaseComponents">    
	<ErrorLanguage>en_US</ErrorLanguage>
	<WarningLevel>High</WarningLevel>
	<OutputSelector>Title</OutputSelector>
	<OutputSelector>ItemID</OutputSelector>
  <ActiveList>
    <Sort>TimeLeft</Sort>
    <Pagination>
      <EntriesPerPage>200</EntriesPerPage>
      <PageNumber>1</PageNumber>
    </Pagination>
  </ActiveList>
</GetMyeBaySellingRequest>

 

I'm trying to avoid transforming the XML to JSON if I can.

 

Message 1 of 2
latest reply
1 BEST ANSWER

Accepted Solutions

Re: Getting active listing in JSON format

you have to use an inventory api

View Best Answer in original post

Message 2 of 2
latest reply
1 REPLY 1

Re: Getting active listing in JSON format

you have to use an inventory api

Message 2 of 2
latest reply