php - Retrival of fba sellers from amazon (api) -



php - Retrival of fba sellers from amazon (api) -

may retrieve count of fba sellers product. through api user may input product name , amazon api have retrieve count of fba product. if yes can reference documentation link please allow me know if need more description...

here documentation:

http://docs.developer.amazonservices.com/en_us/products/products_getcompetitivepricingforasin.html

http://docs.developer.amazonservices.com/en_us/products/products_getlowestofferlistingsforasin.html

the operation need run called getcompetitivepricingforasin , / or getlowestofferlistingsforasin

you can download several illustration libs here:

https://developer.amazonservices.com/gp/mws/api.html/185-9907857-4122940?ie=utf8&group=products&section=products&version=latest

a part of response you'll (in getcompetitivepricingforasin):

<numberofofferlistings> <offerlistingcount condition="any">11</offerlistingcount> <offerlistingcount condition="used">1</offerlistingcount> <offerlistingcount condition="new">10</offerlistingcount> </numberofofferlistings>

and in getlowestofferlistingsforasin:

<fulfillmentchannel>merchant</fulfillmentchannel>

you can count number of merchant / amazon sellers

php web-services amazon-web-services amazon

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -