Suman Ansari
Suman Ansari

Reputation: 195

How to get all products of any specific Amazon merchant/seller?

I am using searching the whole available internet resources for getting all products of any specific amazon seller/merchant. I have used almost every available Api of Amazon, MWS Reports, MWS Products, Product Advertising Api.

My problem with Each Api.

Product Advertising Api of Amazon does return a generic search results and no MerchantId specific results.

MWS Products Api also gives results generally and not based on specif MerchantId.

MWS Report Api is creating Report for only my MerchantId (The Merchant who created the AWS key, secret). and not return any results for any other merchant.

Once again. I want to get all products from any Amazon Merchant Store based on Merchant Id.

This is my exact competitor Amazon store Facebook Page tab app

At least tell me how they get all products of a specific Merchant.

Upvotes: 4

Views: 2322

Answers (1)

WAEX
WAEX

Reputation: 135

you can pass merchant id in product item search api https://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html

Upvotes: 0

Related Questions