Exeu / apai-io

DISCONTINUED Amazon Product Adverstising Library based on PHP REST and SOAP (only V1) using the Product Advertising API.
http://apai-io.readthedocs.io/en/latest/
628 stars 154 forks source link

Set MerchantId parameter #102

Closed flowdee closed 8 years ago

flowdee commented 8 years ago

The MerchantId parameter can be used by multiple operations: ItemSearch, ItemLookup and SimilarityLookup. Would be nice to get a setter for this.

An optional parameter that can be used to filter search results and offer listings to only include items sold by Amazon. By default, Product Advertising API returns items sold by various merchants including Amazon. Enter "Amazon" to return only items sold by Amazon.

Type: String

Valid Values: Amazon

Exeu commented 8 years ago

added this via @method annotation. Your ide should now offer autocompletion for it.

flowdee commented 8 years ago

:+1: thanks @Exeu !