apai-io
apai-io copied to clipboard
DISCONTINUED Amazon Product Adverstising Library based on PHP REST and SOAP (only V1) using the Product Advertising API.
I use your apai-io and everything works fine. At first ... thanks a lot. But in the last time I get an 400 Bad Request Error: Request has expired. Here...
product advertising similarity looup functionality added to operations
I looked and couldn't find a way, is it possible to restrict results when using the Similarity function, to restrict by parent Node? For example, I have product ABC, I...
I'm using apai-io and is working really well! But I wanted to catch some exceptions like: 1) The request to amazon failed - the request didn't finish - (can we...
I think it's a typo in the docs, the Amazon API rejects "new" and "used" and requires it to be "New" and "Used"
It seems that when $search->setCategory() is not set, it doesn't return any results. I suggest making that a bit more clear in the documentation or set the default to "All"...
hmac and cartId are required for nearly all car operations. Inject them through the constructor instead of setters.
Adding BaseConfiguration class providing a set of magic methods to access setters and getters as properties. Useful e.g. in Yii2 framework as it allows to instantiate configuration as an application...