09-19-2024 05:33 PM
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
Using Python