Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get all product using amazon mws ListMatchingProducts api?

Tags:

php

amazon-mws

I am trying to get all product that are in my client's seller account. The problem is that Amazon MWS ListMatchingProducts api call returns a response of maximum 10 products. Actually I want to get all products that are in the seller's account. I have tried hard to find a solution for several days. Any helpful suggestion will be highly appreciated and thanked.

like image 532
worrybeast Avatar asked May 27 '15 12:05

worrybeast


1 Answers

The ListMatchingProducts operation is part of the MWS Products API, which is meant to access information about products that are in the Amazon catalog, not listings that are in your seller account.

To access the listings in your seller account, you need to use the MWS Reports API. The list of report types related to listings is here.

like image 81
Cosmo Harrigan Avatar answered Oct 13 '22 15:10

Cosmo Harrigan