I am using a couple of Reports via Amazon MWS API. Specifically the _GET_MERCHANT_LISTINGS_DATA_ and _GET_AFN_INVENTORY_DATA_. Both these reports gives the list of all products, both parent ASIN & child ASIN. I don't have the need for parent ASIN. And i don't see any field by which i can identify whether the item is a parent or a child. I have to manually open each ASIN's product page and then verify whether its a parent or child product.
Is there any field or any other API which will provide the list of items filtered with parent/child?
Parent and child variation information can found in the "getMatchingProduct" call/response of the mws::products API.
from: http://docs.developer.amazonservices.com/en_US/products/Products_GetMatchingProduct.html