API error in search product call using PHP Client

$client->getProducts()->getAllProducts($collect); return an object of type pipedrive\Models\Product and the object is empty while i have products on my account and the curl request return it

same issue with tis function too findProductsByName

Hi :wave:,
I can take a look.
Which library are you using?

i am using this one GitHub - pipedrive/client-php: Pipedrive API client for PHP.
Found on the developper page

the product controller seem to have many issues. can’t update a productfield value using the same sdk