Hi all just a quick question,
I am trying to retrieve the user notes of my items item using the SDK.
Item > eBayNotes (should be the node)
Item > PrivateNotes
Using GetMyeBaySelling
but cannot see any information in the XML (eg the node)
The doc says you have to pass to view that container
<ActiveList>
<Include>true</Include>
</ActiveList>
Here is my Python code, I have
apit.execute('GetMyeBaySelling', \
{\
'ActiveList' : {'Include':'true'},
'ActiveList' : {'IncludeNotes':'true'},\
'DetailLevel': {'ReturnAll'},\
'ActiveList.Pagination.EntriesPerPage' : 1,\
'ActiveList.Pagination'\
'ActiveList.Pagination.PageNumber':PageNumber\
}\
)
Using Python