Home
Find the answer to your question
Question
I am making a call to GetSellerList, but I do not get back the attribute information in the Item Object. Why is the AttributeSetArray not being populated and returned?
Answer
Summary
Not all calls return all the elements for container. For instance, GetSellerList returns the Item container, but it does not return all the properties of the ItemType object. To find out what information is returned for a call, you need to look at the Input / Output reference for the call.
Detailed Description
Additional Resources