You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that the php returns a JSON of all products with all details, I think that you have to specify that the path is null to make it search through all and then -1 for the limit if you want all to be listed, or any number you want.. I know.. 4 years too late with this answer :D
I use this code to get 20 products but it doesn't working
$client->products->get(array( 'filter[limit]' => 20 ))
what i shoud to do??
The text was updated successfully, but these errors were encountered: