php - how to get all category,subcategory from amazon mws? -
how can categories using amazon mws. there api categories? have access token client id
.
if using
$url = "https://mws.amazonservices.com/products/2011-10-01" . '?' . $url_string . "&signature=" . $signature;
or similar can find category item
itemattributes->productgroup if search api can return main category item either upc or isbn keyword search.
the list has changed since last time amazon officially published in 2005 if go amazon.com , click departments give small list ( if click on gray link in search bar says give bigger list.
Comments
Post a Comment