문제

I am trying to get the list of product categories from Amazon using Amazon Product Advertising API.

The below list has all the node Id for each category across all domains.

http://docs.aws.amazon.com/AWSECommerceService/latest/DG/BrowseNodeIDs.html

I am able to get all sub-nodes by passing a Node Id using the below method.

http://docs.aws.amazon.com/AWSECommerceService/latest/DG/BrowseNodeLookup.html

But I need to know those list of parent Nodes before that.

How can I get the list of main Nodes for each country separately? Is hardcoding those entire list the only way?

도움이 되었습니까?

해결책

The shortest and only anwer that I found is that there is no API function to lookup the root browsenodes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top