inakiabt / etsy-php

Etsy API wrapper for PHP
74 stars 59 forks source link

findAllListingActive not grabbing the keywords parameter #18

Closed Yakito closed 7 years ago

Yakito commented 7 years ago

Hi, I am not sure if I am doing something wrong, but when I run findAllListingActive like this: $api->findAllListingActive(array('params' => array('offset' => '50', 'page' => '2', 'keywords' => 'shirt')))

All parameters are working except for keywords which return empty in the params array at the end of the response.

The method (https://www.etsy.com/developers/documentation/reference/listing#method_findalllistingactive) takes a keyword parameter as text.

Any idea what might be wrong?

Thanks a lot!

inakiabt commented 7 years ago

Seems like it is an Etsy's bug. I debugged your example and all the params are being sent as Etsy's documentation says. If you find any other info, please update this issue. Thanks.